Skip to content

Commit

Permalink
edit ppp
Browse files Browse the repository at this point in the history
  • Loading branch information
HmuuMyatMoe committed Apr 10, 2023
1 parent 16537a9 commit 3f23728
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/team/hmuumyatmoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ The user interacts with it using a CLI, and it has a GUI created with JavaFX. It

Given below are my contributions to the project.

* Added the ability to add tasks to a task list and list tasks.
* **Added the ability to add tasks to a task list and list tasks.**
* What it does:
* Allows users to add tasks with task description, deadline of task and completion status (DONE / NOT DONE) of task.
* Justification: This feature is made to cater to the needs of home business owners as they usually have a lot of tasks (such as ordering supplies, making deliveries) to deal with
and the app provides a convenient way to record down and get an overview of their tasks.
* Credits: Code is adapted from [AddressBook-Level3 project](https://github.com/nus-cs2103-AY2223S2/tp) created by the [SE-EDU initiative](https://se-education.org)
<br><br>
* Added the ability to edit existing tasks.
* **Added the ability to edit existing tasks.**
* What it does:
* Allows users to edit existing tasks so that they can keep tasks details correct and up to date.
* Justification: This feature improves the product because users may sometimes key in the wrong info
and this feature allows users to modify wrong task details easily.
* Credits: Code is adapted from [AddressBook-Level3 project](https://github.com/nus-cs2103-AY2223S2/tp) created by the [SE-EDU initiative](https://se-education.org)
<br><br>
* **New Feature**: Added the ability to sort orders and tasks according to a given criteria.
* **New Feature: Added the ability to sort orders and tasks according to a given criteria.**
* What it does:
* Allows users to sort tasks or orders according to a given criteria.
* Justification: This feature improves the product significantly because home business owners has a lot of orders and tasks
Expand Down Expand Up @@ -61,6 +61,5 @@ Given below are my contributions to the project.
<br><br>
* **Community**:
* PRs reviewed (with non-trivial review comments): [\#47](https://github.com/AY2223S2-CS2103T-W15-2/tp/pull/47), [\#91](https://github.com/AY2223S2-CS2103T-W15-2/tp/pull/91) [\#154](https://github.com/AY2223S2-CS2103T-W15-2/tp/pull/154) [\#157](https://github.com/AY2223S2-CS2103T-W15-2/tp/pull/157)
<br><br>
* **Tools**:
* Java 11, JavaFx, Jekyll

0 comments on commit 3f23728

Please sign in to comment.