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

[T4A4][T01-T4] Lui Sheng Jie #5

Open
wants to merge 3 commits 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
21 changes: 21 additions & 0 deletions doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,34 @@ 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 | delete persons by tag | remove similar 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 | list all persons by tags/keywords | locate details of persons with the same tag/keyword
`* *` | user | hide [private contact details](#private-contact-detail) by default | 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


## Appendix B : Use Cases

(For all use cases below, the **System** is the `AddressBook` and the **Actor** is the `user`, unless specified otherwise)
#### Use case: Rename tag

**MSS**

1. User requests to rename tag
2. AddressBook shows updated tag name <br>
Use case ends.

**Extensions**

2a. Tag does not exist

> Use case ends

3a. Tag name invalid

> 3a1. AddressBook shows an error message <br>
Use case resumes at step 2

#### Use case: Delete person

Expand Down Expand Up @@ -80,6 +100,7 @@ Use case ends.
2. Should be able to hold up to 1000 persons.
3. Should come with automated unit tests and open source code.
4. Should favor DOS style commands over Unix-style commands.
5. Should come with UserGuide for instructions

## Appendix D : Glossary

Expand Down