Skip to content

Commit

Permalink
Merge pull request #12 from hjungwoo01/add-HongJungWoo-info
Browse files Browse the repository at this point in the history
Add User Stories to Developer Guide
  • Loading branch information
hjungwoo01 authored Mar 7, 2024
2 parents f4f4130 + 20913c7 commit 4b8a914
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,13 @@ _{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…​ |
|----------|--------------------------------------------|-------------------------------------------------------------------|-------------------------------------------------------|
| `* * *` | small business owner | easily add new contacts to my database | quickly message and nurture my employees |
| `* * *` | busy professional | access my contact information from my computer | stay organized and responsive even when I'm on the go |
| `* * *` | user | add new contacts to my address book | easily store their information |
| `* * *` | user | delete contacts I no longer need | keep my address book organized |
| `* * *` | user | view a complete list of all my contacts | browse through them easily |

*{More to be added}*

Expand Down

0 comments on commit 4b8a914

Please sign in to comment.