From 3451d65728e51de7b7d91bf790bf6e6b35456227 Mon Sep 17 00:00:00 2001 From: Justin-Yeo <156579337+Justin-Yeo@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:21:51 +0800 Subject: [PATCH 1/5] Update target user profile --- docs/DeveloperGuide.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 1dfb558a221..5aac16be87b 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -274,7 +274,13 @@ _{Explain here how the data archiving feature will be implemented}_ **Target user profile**: -* has a need to manage a significant number of contacts +* administrator of a small Non-Governmental Organisation (NGO) +* responsible for managing a large network of donors, volunteers, and partners +* combined number of approximately 200 donors, volunteers and partners +* has a need to manage volunteers participation hours +* has a need to regularly follow up with donors on monthly donations +* comfortable using and editing human-readable text files for the management and storage of contact data +* works independently as a single user on a personal machine with no need for multi-user setups or shared data * prefer desktop apps over other types * can type fast * prefers typing to mouse interactions From 19824b64b129aded2d188a2c94145d50a782c2e9 Mon Sep 17 00:00:00 2001 From: Justin-Yeo <156579337+Justin-Yeo@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:30:59 +0800 Subject: [PATCH 2/5] Add original source of code to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16208adb9b6..d02bf26282e 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ * It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...). * For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**. * This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org/#contributing-to-se-edu) for more info. +* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). \ No newline at end of file From d1f1339eac95ad3ab4d6c37097fbc944ae13b970 Mon Sep 17 00:00:00 2001 From: Justin-Yeo <156579337+Justin-Yeo@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:34:26 +0800 Subject: [PATCH 3/5] Add new line at end of file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d02bf26282e..6f21b61f7e7 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ * It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...). * For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**. * This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org/#contributing-to-se-edu) for more info. -* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). \ No newline at end of file +* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). From 5163c6595fbd801ddef2daab65a78304666f2b52 Mon Sep 17 00:00:00 2001 From: Justin-Yeo <156579337+Justin-Yeo@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:55:35 +0800 Subject: [PATCH 4/5] Update target user profile --- docs/DeveloperGuide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 5aac16be87b..81ca502265c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -274,11 +274,10 @@ _{Explain here how the data archiving feature will be implemented}_ **Target user profile**: -* administrator of a small Non-Governmental Organisation (NGO) +* administrator of a small Non-Governmental Organisation (NGO) of less than 20 full-time staff * responsible for managing a large network of donors, volunteers, and partners * combined number of approximately 200 donors, volunteers and partners * has a need to manage volunteers participation hours -* has a need to regularly follow up with donors on monthly donations * comfortable using and editing human-readable text files for the management and storage of contact data * works independently as a single user on a personal machine with no need for multi-user setups or shared data * prefer desktop apps over other types From 8c16da209be88326c9225dd0cc99e5ccfabdf685 Mon Sep 17 00:00:00 2001 From: Justin-Yeo <156579337+Justin-Yeo@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:08:30 +0800 Subject: [PATCH 5/5] Update target user phrasing --- docs/DeveloperGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 81ca502265c..5db4870674d 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -276,7 +276,7 @@ _{Explain here how the data archiving feature will be implemented}_ * administrator of a small Non-Governmental Organisation (NGO) of less than 20 full-time staff * responsible for managing a large network of donors, volunteers, and partners -* combined number of approximately 200 donors, volunteers and partners +* combined total of approximately 200 contacts * has a need to manage volunteers participation hours * comfortable using and editing human-readable text files for the management and storage of contact data * works independently as a single user on a personal machine with no need for multi-user setups or shared data