Skip to content

Commit

Permalink
Merge pull request #257 from hjuntan/branch-bug-fix
Browse files Browse the repository at this point in the history
Last minute update to UG and DG
  • Loading branch information
cheahTJ authored Apr 15, 2024
2 parents 971a7e3 + b11a763 commit a52afb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,11 @@ Step 7. Success message is printed onto the results display to notify user.
</box>

The following sequence diagram shows how a find operation goes through the `Logic` component:

<puml src="diagrams/FindSequenceDiagram.puml" alt="FindSequenceDiagram">

The following activity diagram summarizes what happens when a user inputs a `find` command:

<puml src="diagrams/FindActivityDiagram.puml" alt="FindActivityDiagram">

#### Design considerations:
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,12 @@ Team size: 5
|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **Add** | `add id/NUSID n/NAME p/PHONE_NUMBER e/EMAIL t/TAG [g/GROUP]…​` <br> e.g., `add id/E1234567 n/James Ho p/22224444 e/[email protected] t/Student g/CS2101` |
| **Clear** | `clear` |
| **Delete** | `delete id/NUSID`<br> e.g., `delete id/E01234567`<br> OR `delete g/GROUP` <br> e.g., `delete g/CS2103` |
| **Delete** | `delete id/NUSID`<br> e.g., `delete id/E1234567`<br> OR `delete g/GROUP` <br> e.g., `delete g/CS2103` |
| **Edit** | `edit id/NUSID [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [t/TAG] [g/GROUP]…​`<br> e.g.,`edit id/E1234567 n/James Lee e/[email protected]` <br>**Tip:** At least one of the optional fields must be provided |
| **Find** | `find [id/NUSID] [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [t/TAG] [g/GROUP]…​`<br> e.g., `find n/James g/CS2103T` <br>**Tip:** At least one of the optional fields must be provided |
| **Group** | `group id/NUSID…​ [g/GROUP]…​ [t/TAG] ` <br> e.g., `group id/E1234567 g/T15` <br>**Tip:** At least one of the optional fields must be provided |
| **Schedule** | `schedule id/NUSID [s/SCHEDULE r/REMARK]` <br> e.g., `schedule id/E1234567 s/12-12-2021 r/Consultation` <br>**Tip:** If `SCHEDULE` and `REMARK` are not provided and the Schedule command is used as a standalone, the schedule will be removed. |
| **Pin** | `pin id/NUSID` |
| **Pin** | `pin id/NUSID` <br> e.g., `pin id/E1234567` |
| **View** | `view` |
| **Help** | `help` |

Expand Down

0 comments on commit a52afb3

Please sign in to comment.