From de22d7a3b4c4bb95f2a42b802ff8e090c2690669 Mon Sep 17 00:00:00 2001 From: Markus Wee <77526609+yellow-294@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:16:39 +0800 Subject: [PATCH 1/3] Update DG and PPP --- docs/DeveloperGuide.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index a2b575940c0..2826ae225ea 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -895,3 +895,13 @@ testers are expected to do more *exploratory* testing. 1. _{ more test cases …​ }_ + +## **Appendix: Effort** + +Our team discussed extensively the features we want to include in this tP. Having former TAs in our group, we seeded out problems and issues TAs might face so we would produce a product they would need and want. + +One of the biggest problems we faced was how to neatly list the persons in TAB to only show what needs to be seen. We solved this by implementing one of our biggest features: the New feature, which allows users to create new addressbooks so that each addressbook can be used to store students from each module. Swapping and editing each addressbook is also fast and easy + +Another one of our big features is our Assignments feature. This feature enabled users to add Assignments to each student, grade each of them individually, and view these statistics on graphs. This entire feature took weeks and a lot of group effort to complete and is one of our proudest features. + +In all, our team has placed a large amount of effort to craft this specific product made for teachers and through the weeks we have learnt a lot about teamwork and software engineering practises. From d42471af3368cefbf80f295568da22ac0914fcd7 Mon Sep 17 00:00:00 2001 From: Markus Wee <77526609+yellow-294@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:19:22 +0800 Subject: [PATCH 2/3] Update yellow-294.md --- docs/team/yellow-294.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/team/yellow-294.md b/docs/team/yellow-294.md index 143654dbb7b..a7b63bc53b8 100755 --- a/docs/team/yellow-294.md +++ b/docs/team/yellow-294.md @@ -34,7 +34,7 @@ Given below are my contributions to the project. * **Documentation**: * User Guide: - * Fixed UG related bugs after PED: [#148](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/148) + * Fixed UG related bugs after PED: [#148](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/148), [#179](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/179) * Developer Guide: * Added implementation details of the AddAssignments feature: [#72](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/72) @@ -45,6 +45,9 @@ Given below are my contributions to the project. [#70](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/70), [#81](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/81), [#155](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/155), + [#164](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/164), + [#171](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/171), + From be171a369745828c248de90c417189a4bef92091 Mon Sep 17 00:00:00 2001 From: Markus Wee <77526609+yellow-294@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:20:29 +0800 Subject: [PATCH 3/3] Update yellow-294.md --- docs/team/yellow-294.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/team/yellow-294.md b/docs/team/yellow-294.md index a7b63bc53b8..5bc8577d7c1 100755 --- a/docs/team/yellow-294.md +++ b/docs/team/yellow-294.md @@ -37,6 +37,7 @@ Given below are my contributions to the project. * Fixed UG related bugs after PED: [#148](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/148), [#179](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/179) * Developer Guide: * Added implementation details of the AddAssignments feature: [#72](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/72) + * Added portion in APpendix regarding effort: [#182](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/182) * **Community**: * PRs reviewed: