Skip to content

Commit

Permalink
Merge pull request #173 from MeLoveCarbs/DevGuideUpdate
Browse files Browse the repository at this point in the history
Dev guide update
  • Loading branch information
MeLoveCarbs authored Apr 11, 2020
2 parents 6c6545b + 8f91b33 commit 3463502
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ src/main/resources/docs/
*.iml
bin/

/text-ui-test/ACTUAL.txt
/text-ui-test/ACTUAL.TXT
/text-ui-test/data/
# model.storage.model.storage
/data
16 changes: 16 additions & 0 deletions text-ui-test/ACTUAL.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,22 @@ ________________________________________________________________________________
[meetings] List all scheduled meetings.
[exit] Exit application.

Insert your member's timetable by following: <name of new member> <nusmods link>
________________________________________________________________________________________________________________________________
Slot entered is not of valid range.

To edit a contact:
edit busy <Contact Index> <Start Date> <Start Time> <End Date> <End Time>
edit free <Contact Index> <Start Day> <Start Time> <End Day> <End Time>
________________________________________________________________________________________________________________________________
[contacts] List all contacts.
[timetable] Display combined timetable of selected contacts.
[schedule] Schedule a new meeting.
[edit] Edit a contact's timetable.
[delete] Delete a scheduled meeting.
[meetings] List all scheduled meetings.
[exit] Exit application.

Insert your member's timetable by following: <name of new member> <nusmods link>
________________________________________________________________________________________________________________________________
Today is Sat Apr 11, week 12.
Expand Down
16 changes: 16 additions & 0 deletions text-ui-test/EXPECTED.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,22 @@ ________________________________________________________________________________
[meetings] List all scheduled meetings.
[exit] Exit application.

Insert your member's timetable by following: <name of new member> <nusmods link>
________________________________________________________________________________________________________________________________
Slot entered is not of valid range.

To edit a contact:
edit busy <Contact Index> <Start Date> <Start Time> <End Date> <End Time>
edit free <Contact Index> <Start Day> <Start Time> <End Day> <End Time>
________________________________________________________________________________________________________________________________
[contacts] List all contacts.
[timetable] Display combined timetable of selected contacts.
[schedule] Schedule a new meeting.
[edit] Edit a contact's timetable.
[delete] Delete a scheduled meeting.
[meetings] List all scheduled meetings.
[exit] Exit application.

Insert your member's timetable by following: <name of new member> <nusmods link>
________________________________________________________________________________________________________________________________
Today is Sat Apr 11, week 12.
Expand Down
1 change: 1 addition & 0 deletions text-ui-test/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ schedule test_meeting 15 19:00 15 22:00
schedule test_meeting2 16 19:00 16 23:30
delete 1
meetings
edit free 0 10 11:30 10 15:00
timetable
exit

0 comments on commit 3463502

Please sign in to comment.