Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes for UG and DG #281

Merged
merged 4 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ or address is invalid (> 200 characters long)
* 2a. The list is empty
* Use case ends.

### 6.3.3 #UC03: Edit an existing student
#### 6.3.3 #UC03: Edit an existing student

**MSS**

Expand Down Expand Up @@ -413,7 +413,7 @@ or address is invalid (> 200 characters long)
* 4b1. WellNUS shows an error message.
* Use case ends.

### 6.3.6 #UC06: Add student notes for a specific student
#### 6.3.6 #UC06: Add student notes for a specific student

**MSS**

Expand Down Expand Up @@ -495,7 +495,7 @@ or address is invalid (> 200 characters long)

Use case resumes from step 1.

### 6.3.10 #UC10: Find students by name together with their appointments
#### 6.3.10 #UC10: Find students by name together with their appointments

1. User requests to find students using their name
2. WellNUS shows the list of students that match the given name
Expand All @@ -509,7 +509,7 @@ or address is invalid (> 200 characters long)
* 4a. User does not see any students and appointments as no students match the given name
Use case ends.

### 6.3.11 #UC11: Filter an appointment by day
#### 6.3.11 #UC11: Filter an appointment by day

1. User requests to list appointments for a given day
2. WellNUS shows the list of appointments for the day
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ Install the app in the other computer and overwrite the empty data file it creat

2. **How can I view my appointments scheduled today ?**<br/>
You can use the filter command with today's date.
Here's an example: `filter 2023-12-07`. Replace `2023-12-07` with today's date in `yyyy-mm-dd` format.
Here's an example: `filter 2023-12-07`. Replace `2023-12-07` with today's date in `yyyy-MM-dd` format.

3. **How do I clear all data in WellNUS ?**<br/>
To clear all data, use the `clear` command. This resets the storage, deleting all appointments and students.
Expand Down
Loading