Skip to content

Commit

Permalink
Update user stories
Browse files Browse the repository at this point in the history
  • Loading branch information
willowisp01 committed Feb 29, 2024
1 parent c38e93c commit 2227683
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,16 +275,17 @@ _{Explain here how the data archiving feature will be implemented}_

Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unlikely to have) - `*`

| Priority | As a …​ | I want to …​ | So that I can…​ |
| -------- | ------------------------------------------ | ------------------------------ | ---------------------------------------------------------------------- |
| `* * *` | new user | see usage instructions | refer to instructions when I forget how to use the App |
| `* * *` | user | add a new person | |
| `* * *` | user | delete a person | remove entries that I no longer need |
| `* * *` | user | find a person by name | locate details of persons without having to go through the entire list |
| `* *` | user | hide private contact details | minimize chance of someone else seeing them by accident |
| `*` | user with many persons in the address book | sort persons by name | locate a person easily |
| Priority | As a …​ | I want to …​ | So that I can…​ |
|----------|-------------------------------------|----------------------------------------------------|----------------------------------------------------|
| `* * *` | Course Instructor who can type fast | enter new students’ information using command line | I can store the information efficiently |
| `* * *` | Course Instructor | put students into groups | I can tell which group each of the students are in |
| `* * *` | Course Instructor | access student’s contact information | communicate with them easily |
| `* *` | Course Instructor | delete student details on command line | I can remove students no longer in class |
| `* * *` | Seasoned Course Instructor | view a single student’s details | to identify students of note |
| `* *` | Course Instructor | edit students’ info | update their info if it changes |

*{More to be added -- this is the minimum viable product for v1.2}*

*{More to be added}*

### Use cases

Expand Down

0 comments on commit 2227683

Please sign in to comment.