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.6h][T09-B3]Low Weng Fei #891

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
19 changes: 18 additions & 1 deletion doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Priority | As a ... | I want to ... | So that I can...

(For all use cases below, the **System** is the `AddressBook` and the **Actor** is the `user`, unless specified otherwise)

#### Use case: Delete person
#### Use Case 01: Delete person

**MSS**

Expand All @@ -88,6 +88,23 @@ Use case ends.
> 3a1. AddressBook shows an error message <br>
Use case resumes at step 2

#### Use Case 02: Rename tag

**MSS**

1. User **deletes a person (UC01)** with the tag to be renamed
2. User requests to add the person with the renamed tag to the list
3. AddressBook adds the person <br>
Steps 1-3 are repeated for each person with the tag to be renamed <br>
Use case ends.

**Extensions**

2a. The add request format is invalid

> 2a1. AddressBook shows an error message and an example of a correct add request format<br>
Use case resumes at step 1

## Appendix C : Non Functional Requirements

1. Should work on any [mainstream OS](#mainstream-os) as long as it has Java 8 or higher installed.
Expand Down