From 0eeba0def3fed5863ad91c741b0fc11ccc87a618 Mon Sep 17 00:00:00 2001 From: "LAPTOP-7KFM2KSP\\User" <594395096@qq.com> Date: Tue, 19 Sep 2017 22:33:28 +0800 Subject: [PATCH] Add more user stories --- doc/DeveloperGuide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/DeveloperGuide.md b/doc/DeveloperGuide.md index c82c3afb9..92deeb2d9 100644 --- a/doc/DeveloperGuide.md +++ b/doc/DeveloperGuide.md @@ -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