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-B1] Nguyen Duy Son #904

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
25 changes: 25 additions & 0 deletions doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,31 @@ Use case ends.

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

#### Use case: Renaming of an existing tag

**MSS**

1. User requests to rename an existing tag
2. AddressBook prompts the confirmation of request
3. User confirms the request
4. AddressBook renames the existing tag <br>
Use case ends.

**Extensions**

1a. The list is empty

> Use case ends

1b. No such tag

> 1b1. AddressBook shows an error message <br>
Use case resumes at step 1

3a. User says no

> Use case ends

## Appendix C : Non Functional Requirements

Expand Down