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. diff --git a/docs/team/yellow-294.md b/docs/team/yellow-294.md index 143654dbb7b..5bc8577d7c1 100755 --- a/docs/team/yellow-294.md +++ b/docs/team/yellow-294.md @@ -34,9 +34,10 @@ 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) + * Added portion in APpendix regarding effort: [#182](https://github.com/AY2223S1-CS2103T-T17-1/tp/pull/182) * **Community**: * PRs reviewed: @@ -45,6 +46,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), +