Skip to content

Commit

Permalink
Fix sorting extension use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Apr 15, 2024
1 parent ce38d30 commit 2f6737c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,12 +733,18 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
**Extensions**
* 1a. ClientCare detects that the given command is invalid.
* 1a1. ClientCare shows an error message.
* 1a2. User enters new data.<br>
Steps 1a1-1a2 are repeated until the data entered are correct.<br>
Use case ends.
* 1b. ClientCare detects that the given `CRITERIA` is invalid.
* 1b1. ClientCare shows an error message.
* 1b2. User enters new data.<br>
Steps 1b1-1b2 are repeated until the data entered are correct.<br>
Use case ends.
* 1c. ClientCare detects that the given `ORDER` is invalid.
* 1c1. ClientCare shows an error message.
* 1c2. User enters new data.<br>
Steps 1c1-1c2 are repeated until the data entered are correct.<br>
Use case ends.


Expand Down

0 comments on commit 2f6737c

Please sign in to comment.