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

Update formatting in PPP #351

Merged
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
10 changes: 5 additions & 5 deletions docs/team/jweng88.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading