From 4aa58f134c57dab22baf0301594a0315038444a3 Mon Sep 17 00:00:00 2001 From: Jack Wong Date: Tue, 28 Aug 2018 13:18:00 +0800 Subject: [PATCH 1/3] Add a new user story --- docs/DeveloperGuide.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index e34ed69a1..a577f1cb0 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -60,6 +60,7 @@ Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (un |`* * *` |user |find a person by name |locate details of persons without having to go through the entire list |`* *` |user |hide <> 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 +|`*` |user with many persons in the address book | sort persons by timestamp the persons are added | locate a person based on recency |=========================================================================================================================================== [appendix] From 4ed5cadb3428ac268bdc125e2cba1b25cc5a3588 Mon Sep 17 00:00:00 2001 From: Jack Wong Date: Tue, 28 Aug 2018 13:23:06 +0800 Subject: [PATCH 2/3] Change priority of a user story --- docs/DeveloperGuide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index a577f1cb0..65f70a811 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -60,7 +60,7 @@ Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (un |`* * *` |user |find a person by name |locate details of persons without having to go through the entire list |`* *` |user |hide <> 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 -|`*` |user with many persons in the address book | sort persons by timestamp the persons are added | locate a person based on recency +|`**` |user with many persons in the address book | sort persons by timestamp the persons are added | locate a person based on recency |=========================================================================================================================================== [appendix] From db7292ccafad54b017ad760f66010276554111d2 Mon Sep 17 00:00:00 2001 From: Jack Wong Date: Tue, 28 Aug 2018 13:28:10 +0800 Subject: [PATCH 3/3] Add two user stories --- docs/DeveloperGuide.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index 65f70a811..8bd06c651 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -60,7 +60,9 @@ Priorities: High (must have) - `* * \*`, Medium (nice to have) - `* \*`, Low (un |`* * *` |user |find a person by name |locate details of persons without having to go through the entire list |`* *` |user |hide <> 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 -|`**` |user with many persons in the address book | sort persons by timestamp the persons are added | locate a person based on recency +|`* *` |user with many persons in the address book | sort persons by timestamp the persons are added | locate a person based on recency +|`* *` |user |add a new person associated to category(ies) | group people of the same categories +|`* *` |user with many persons in the address book | group people of the same categories |locate all persons of certain category |=========================================================================================================================================== [appendix]