Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howenc committed Oct 27, 2023
1 parent d0fd926 commit 3d4927b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ A Person object can be obtained from a Meeting's list of attendees by searching
for a `Person` with a name matching `attendeeName`.

### Remove attendee feature
User can specify an Attendee to remove from a specified Meeting by specifying its index in the list of Attendees.
This is the main motivation behind using a LinkedHashSet for the implementation of the Attendee Set.
User can specify an Attendee to remove from a specified Meeting by specifying its index in the list of Attendees.
This is the main motivation behind using a LinkedHashSet for the implementation of the Attendee Set.

The following sequence diagram shows how the remove attendee operation works:

Expand Down Expand Up @@ -452,7 +452,7 @@ _{More to be added}_
1. User requests to list meetings.
2. OutBook shows a list of meetings.
3. User requests to view details of a specific meeting.
4. OutBook shows the details of the meeting.
4. OutBook shows the details of the meeting.
4. User requests to remove a specific contact from the meeting.
5. OutBook removes the contact from the meeting.

Expand Down Expand Up @@ -495,7 +495,7 @@ _{More to be added}_
2. OutBook marks the specific meeting as complete
3. OutBook updates the last contacted date of attendees to the meeting date

Use case ends.
Use case ends.

**Extensions**

Expand Down
6 changes: 3 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Format: `remark INDEX r/REMARK`
* Existing remark will be replaced with `REMARK`.
* You can remove an existing remark by typing `r/`.

*Examples:
*Examples:
* `remark 1 r/Owes me a favour` Replaces the previous remark for the 1st contact with "Owes me a favour".

<br/><br/><br/><br/>
Expand Down Expand Up @@ -212,7 +212,7 @@ Examples:

### Adding a meeting: `addm`

Adds a meeting to OutBook.
Adds a meeting to OutBook.
Meetings are sorted by start time given.

Format: `addm m/TITLE a/LOCATION s/START e/END [t/TAG]…​`
Expand Down Expand Up @@ -399,4 +399,4 @@ If your changes to the data file makes its format invalid, OutBook will discard
| **Remove contact from meeting** | `rmmc MEETING_INDEX ATTENDEE_INDEX` <br> e.g., `rmmc 2 2` |
| **View contact details** | `viewc INDEX` <br> e.g., `viewc 4` |
| **View meeting details** | `viewm INDEX` <br> e.g., `viewm 4` |
| **Exit** | `exit` |
| **Exit** | `exit` |
4 changes: 2 additions & 2 deletions docs/team/jason-raiin.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OutBook is a desktop personal secretary application used for saving contacts and
My contributions to the project are listed below.


- **New Feature**: Remove contact from meeting command
- **New Feature**: Remove contact from meeting command
- Added command and parser
- Thorough testing

Expand All @@ -28,7 +28,7 @@ My contributions to the project are listed below.

- **Documentation**:

- User Guide
- User Guide
- Remove meeting contact command
- Minor edits

Expand Down
2 changes: 1 addition & 1 deletion docs/team/juzzztinsoong.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OutBook is a desktop personal secretary application used for saving contacts and

My contributions to the project are listed below.

- **New Feature**:
- **New Feature**:

- Add LastContactedTime field to Person
- New Commands + Test cases
Expand Down
2 changes: 1 addition & 1 deletion docs/team/qz1004.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ My contributions to the project are listed below.

- **Enhancements to existing features**:
- Add Status field to Person
- Improve `findc` to search for phone, email, status and tags in addition to name
- Improve `findc` to search for phone, email, status and tags in addition to name

- **Documentation**:
- "Add attendee" feature in Developer Guide
Expand Down

0 comments on commit 3d4927b

Please sign in to comment.