Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to PPP #252

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions docs/team/roerere.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ Given below are my contributions to the project.
* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=roerere&breakdown=true)

* **Enhancements implemented**:
* Updated entire AB3 test code to be suitable for BayMeds (Pull requests [\#60](), [\#126]()).
* Reimplemented `list` feature for BayMeds (Pull requests [\#55]()).
* Reimplemented entire frontend to allow for a modern and clean GUI that automatically scales with screen resolution (Pull requests [\#91]()).
* Enhanced GUI to look differently when `take` and `untake` were implemented (Pull requests [\#142]()).
* Updated entire AB3 test code to be suitable for BayMeds (Pull requests [\#60](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/60), [\#126](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/126)).
* Reimplemented `list` feature for BayMeds (Pull requests [\#55](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/55)).
* Reimplemented entire frontend to allow for a modern and clean GUI that automatically scales with screen resolution (Pull requests [\#91](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/91)).
* Enhanced GUI to look differently when `take` and `untake` were implemented (Pull requests [\#142](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/142)).

* **Documentation**:
* User Guide:
* Helped to standardise documentation conventions (Pull requests [\#38](), [\#43]()).
* Set up foundation for styling based on feedback (Pull requests [\#153]()).
* Helped to standardise documentation conventions (Pull requests [\#38](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/38), [\#43](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/43)).
* Set up foundation for styling based on feedback (Pull requests [\#153](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/153)).
* Developer Guide:
* Helped to standardise documentation conventions (Pull requests [\#43]()).
* Updated target user profile, value proposition and user stories (Pull requests [\#10]()).
* Added sequence and activity diagrams and details for `add`, `delete`, and `listToday` (Pull requests [\#123]()).
* Added design considerations for GUI (Pull requests [\#214]()).
* Helped to standardise documentation conventions (Pull requests [\#43](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/43)).
* Updated target user profile, value proposition and user stories (Pull requests [\#10](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/10)).
* Added sequence and activity diagrams and details for `add`, `delete`, and `listToday` (Pull requests [\#123](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/123)).
* Added design considerations for GUI (Pull requests [\#214](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/214)).

* **Review and mentoring**:
* Helped with implementation issues for various features (Pull requests [\#129](), [\#130]()).
* Fixed bugs and OOP violations for `listConflicts` and `listAllConflicts` (Pull requests [\#169]()).
* Helped with implementation issues for various features (Pull requests [\#129](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/129), [\#130](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/130)).
* Fixed bugs and OOP violations for `listConflicts` and `listAllConflicts` (Pull requests [\#169](https://github.com/AY2324S1-CS2103T-T15-2/tp/pull/169)).

* **Community**:
* Reported more than 10 bugs and gave suggestions during the PE Dry Run.
Loading