Skip to content

Commit

Permalink
Merge pull request #23 from redcolorbicycle/master
Browse files Browse the repository at this point in the history
Update use case UC02: View All
  • Loading branch information
felixchanyy authored Mar 5, 2024
2 parents c27b71e + cb692f1 commit 1ad435b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,22 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
* 3q1. EstateEase shows an error message regarding the entry of incorrect priority level. <br>
Use case resumes from step 2.

**Use case: UC02 - View all**

**MSS:**

1. User requests to list persons
2. EstateEase shows a list of persons

Use case ends.

**Extensions**

*2a. The list is empty
* 2a1. EstateEast displays a message stating that the list is empty.

Use case ends.

**Use case: UC03 - Delete a person**

**MSS:**
Expand Down

0 comments on commit 1ad435b

Please sign in to comment.