From 41076b0f75ef317cadcd8128707ee4345b806d2e Mon Sep 17 00:00:00 2001 From: Jweng88 <108978684+Jweng88@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:19:34 +0800 Subject: [PATCH] Update formatting in PPP --- docs/team/jweng88.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/team/jweng88.md b/docs/team/jweng88.md index 032a0c233af..677e7d23c18 100644 --- a/docs/team/jweng88.md +++ b/docs/team/jweng88.md @@ -5,7 +5,7 @@ title: Joshua Weng Hao’s Project Portfolio Page ### Project: Tutor Connect -This is an address book made for tuition centre managers to easily track, schedule, +This is an **address book made for tuition centre managers** to easily track, schedule, and notify tutors of their upcoming schedule, optimised for users who prefer a CLI. Given below are my contributions to the project. @@ -16,7 +16,7 @@ Given below are my contributions to the project. * **Enhancements implemented**: * **New feature:** Added the ability to mark schedules. (Pull request [#144](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/144)) - * What it does: Allows the user to mark a specified schedule as MISSED or COMPLETED. + * What it does: Allows the user to mark a specified schedule as `MISSED` or `COMPLETED`. * Justification: This feature improves the product by allowing users to create and set the status of a specified schedule. * Highlights: Implementing this feature posed some challenges as it required the addition of the status field in @@ -63,14 +63,14 @@ Given below are my contributions to the project. [#161](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/161). * Added implementation details of mark schedule feature [#320](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/320). - * Added implementation details for SplitMainWindow to display both tutor and schedule list together + * Added implementation details for Split MainWindow to display both tutor and schedule list together [#320](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/320). - * Added detailed instructions for manual testing for all features + * Added detailed instructions for manual testing of all features [#320](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/320). * Update acknowledgements section [#320](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/320). * **Contribution to team-based tasks**: - * Implement schedule structure: update AddressBook to include schedules. (Pull request + * Implement schedule structure: update AddressBook to include schedules. (Pull requests [#98](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/98), [#101](https://github.com/AY2324S1-CS2103T-T17-3/tp/pull/101)) * Standardising formatting and proofreading UG and DG