Skip to content

Commit

Permalink
Add UC for home-seller requirement filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
redcolorbicycle committed Mar 6, 2024
1 parent f3108c0 commit edfdce2
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,11 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
**Extensions**

* 2a. EstateEase detects an invalid name.
* 2a1. EstateEase shows an error message regarding an invalid entry.
Use case ends.
* 2a1. EstateEase shows an error message regarding an invalid entry.
Use case ends.
* 2b. Command does not match EstateEase's registered command spelling.
* 2b1. EstateEase shows an error message regarding an invalid command.
Use case ends.
* 2b1. EstateEase shows an error message regarding an invalid command.
Use case ends.

**Use case: UC07 - View home-seller requirements**

Expand All @@ -579,6 +579,26 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
* 2b1. EstateEase shows an error message regarding an invalid command.
Use case ends.

**Use case: UC08 - Differentiate home-seller requirements**

**MSS:**

1. User opens the app
2. User filters for home-sellers
3. EstateEase displays home-sellers. Free home-sellers are highlighted in green.

Use case ends.

**Extensions**

* 3a. Pending home-sellers are displayed in red.
* 3a1. User clicks on one of the pending home-sellers. The home-seller's status is set to pending.
Use case ends.

* 3b. User clicks on one of the free home-sellers. The home-seller's status is set to free.
Use case ends.


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

**MSS:**
Expand Down

0 comments on commit edfdce2

Please sign in to comment.