Skip to content

Commit e883bfd

Browse files
authored
Merge pull request #217 from Maurice2n97/Add-User-Stories-Developer-Guide
Add user stories developer guide
2 parents cb57b59 + 0493608 commit e883bfd

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/UserGuide.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ Adds persons related to a meeting in MeetBuddy.
348348
Format: `addptm INDEX p/PERSON RELATED INDEX1 [p/PERSON RELATED INDEX2]… ​`
349349
* The index refers to the meeting index, and it **must be a positive integer** 1, 2, 3, …​
350350
* The user must input at least one person related index field.
351-
* Person Related Index refers to the index of the contact list shown in the GUI. The index should be an integer and not out of bounds. If duplicated person index is in the input, the program will automatically remove the duplication.
351+
* Person Related Index refers to the index of the contact list shown in the GUI.
352+
The index should be an integer and not out of bounds. If duplicated person index is in the input,
353+
the program will automatically remove the duplication.
352354

353355
Examples:
354356
* `addptm 1 p/1 p/2 p/2` Adds the person on index 1 and 2 into the contacts related field in meeting 1.
@@ -394,7 +396,10 @@ Examples:
394396
setting a meeting
395397
to 6:44-7:01 might cause display issues from the 7 - 7.01 will not display the date or time. Also even though 15 minute
396398
meetings are allowed to be scheduled, the words will appear squished on the timetable. It is therefore highly
397-
recommended to set your meeting times to be `AT LEAST 30 MINS` and `AT MOST 24 characters` long.
399+
recommended to set your meeting times to be `AT LEAST 30 MINS` and meeting names`AT MOST 24 characters` long.
400+
It is recommended to avoid scheduling your meetings overlapping across 7am (for example, meetings ending at 7:01 am)
401+
to get optimum viewing functionality. A recommended way to schedule meetings is to choose a time between 7am - 5pm.
402+
398403

399404
![An Example of words being squished](images/SquishedTimetable.png)
400405

0 commit comments

Comments
 (0)