Skip to content

Commit

Permalink
Merge pull request #254 from newway1814/master
Browse files Browse the repository at this point in the history
Update PPP and DG
  • Loading branch information
newway1814 authored Nov 13, 2023
2 parents cae59c6 + 4e7af9e commit ef5cdc2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
36 changes: 36 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,42 @@ For all use cases below, the **System** is `ProfPlan` and the **Actor** is the `

Use case ends.

**Use Case: Sorting Tasks based on priority**

**MSS**

1. User requests to sort tasks based on descending order of priority.
2. ProfPlan validates the input.
3. ProfPlan sorts the tasks based on descending order of priority.

Use case ends.

**Extensions:**

* 1a. User requests to sort the tasks when there are no tasks displayed in the Ui.

* 1a1. ProfPlan displays an error message.

Use case ends.

**Use Case: Sorting Tasks based on nearest duedate**

**MSS**

1. User requests to sort tasks based on nearest duedate.
2. ProfPlan validates the input.
3. ProfPlan sorts the tasks based on nearest duedate.

Use case ends.

**Extensions:**

* 1a. User requests to sort the tasks when there are no tasks displayed in the Ui.

* 1a1. ProfPlan displays an error message.

Use case ends.




Expand Down
3 changes: 1 addition & 2 deletions docs/team/newway1814.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ProfPlan is a CLI-based task management tool tailored to university professors,
- Added the Model Uml diagram with clear colours to represent the Model implementation.
- Added the Mark Command feature section the Developer Guide.
- Added the Mark Command Sequence Diagram depicting the logical flow.
- Added the Mark Command class Diagram.

### Contributions to team-based tasks
- Set up few weekly meetings and lead some discussions based on the flow of the project.
Expand Down Expand Up @@ -99,5 +100,3 @@ ProfPlan is a CLI-based task management tool tailored to university professors,
- Evidence of my participation in forum discussions
- Here are some issues from the forum: [#187](https://github.com/nus-cs2103-AY2324S1/forum/issues/187), [#200](https://github.com/nus-cs2103-AY2324S1/forum/issues/200),
[#267](https://github.com/nus-cs2103-AY2324S1/forum/issues/267)


0 comments on commit ef5cdc2

Please sign in to comment.