Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[W6.6c][W09-B1] Fan Yuting #870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ 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 | view all the added person |
`* * *` | user | want to save the name, phone, email and address of the contacts
`* * *` | 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 | clear the Address Book
`* *` | user | hide [private contact details](#private-contact-detail) by default | minimize chance of someone else seeing them by accident
`* *` | user | save the birthday, hobbies, tags of a contact
`* *` | user | export the Address Book data to a file
`* *` | user | save different kinds of data for different contacts
`*` | user with many persons in the address book | sort persons by name | locate a person easily

`*` | user / open two windows of Address Book at the same time

## Appendix B : Use Cases

Expand Down