Skip to content

Commit

Permalink
Update use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
linnn-7 committed Mar 6, 2024
1 parent 4c4da46 commit 1457ad1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,23 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case ends.

**Use case: Edit an employee**

**MSS**

1. User requests to edit an employee's information
2. User enters the employee's ID and fields that need to be updated
3. PayBack changes the employee's information accordingly

Use case ends.

**Extensions**

* 2a. The ID is invalid.
* 2a1. PayBack shows an error message.

Use case resumes at Step 2.

### Non-Functional Requirements

1. Should work on any _mainstream OS_ as long as it has Java `11` or above installed.
Expand Down

0 comments on commit 1457ad1

Please sign in to comment.