From 3f23728af77af13f8268907ce7119842c7f556b3 Mon Sep 17 00:00:00 2001 From: Hmuu Myat Moe Date: Mon, 10 Apr 2023 23:01:31 +0800 Subject: [PATCH] edit ppp --- docs/team/hmuumyatmoe.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/team/hmuumyatmoe.md b/docs/team/hmuumyatmoe.md index 0441a89f03f..2a9d79e7cd7 100644 --- a/docs/team/hmuumyatmoe.md +++ b/docs/team/hmuumyatmoe.md @@ -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)

-* 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)

-* **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 @@ -61,6 +61,5 @@ Given below are my contributions to the project.

* **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) -

* **Tools**: * Java 11, JavaFx, Jekyll