From 20913c7a4cea361642c3b33ea7869b3547fe74b1 Mon Sep 17 00:00:00 2001 From: hjungwoo01 Date: Thu, 7 Mar 2024 22:04:33 +0800 Subject: [PATCH] Add User Stories to Developer Guide --- docs/DeveloperGuide.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 519c64ef564..9ab72a1fa7c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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}*