Skip to content

Commit

Permalink
Clarify 'rename tag' exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 13, 2016
1 parent 309456a commit f91fd9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Priority | As a ... | I want to ... | So that I can...
`* * *` | 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](#private-contact-detail) by default | to minimize chance of someone else seeing them by accident
`* *` | 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


Expand Down
7 changes: 4 additions & 3 deletions doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ After studying this code and completing the corresponding exercises, you should

## Utilize use cases `[LO-UseCases]`

#### Exercise: Add an 'Edit tag' use case
* Add a use case to the `DeveloperGuide.md` to cover the case of editing an existing tag.<br>
e.g. change tag `friends` to `buddies` <br>
#### Exercise: Add a 'Rename tag' use case
* Add a use case to the `DeveloperGuide.md` to cover the case of *renaming of an existing tag*.<br>
e.g. rename the tag `friends` to `buddies` (i.e. all persons who had the `friends` tag will now have
a `buddies` tag instead)<br>
Assume that AddressBook confirms the change with the user before carrying out the operation.

------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f91fd9f

Please sign in to comment.