Skip to content

Commit

Permalink
Add extensions to sort use case
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonng2001 committed Apr 14, 2024
1 parent c9a24c8 commit c5dab03
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 @@ -702,6 +702,12 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
* 1a. ClientCare detects that the given command is invalid.
* 1a1. ClientCare shows an error message.
Use case ends.
* 1b. ClientCare detects that the given `CRITERIA` is invalid.
* 1b1. ClientCare shows an error message.
Use case ends.
* 1c. ClientCare detects that the given `ORDER` is invalid.
* 1c1. ClientCare shows an error message.
Use case ends.


**Use case: UC10 - Update client as met**
Expand Down

0 comments on commit c5dab03

Please sign in to comment.