Skip to content

Commit

Permalink
Merge pull request #178 from pra-navi/docs/pranavi-ppp-limit
Browse files Browse the repository at this point in the history
docs: Remove line break
  • Loading branch information
m1oojv authored Nov 14, 2023
2 parents 617e93e + 99b643d commit 9b4d748
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions docs/team/pra-navi.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,39 @@ Given below are my contributions to the project.
index without having to search for the person in the contact list. Else, they can filter the list of persons
to easily find the contact before deleting them.
* Credits: The `deletePerson` command was adapted from the `delete` command in the AddressBook-Level3 project
(AB3) created by the [SE-EDU initiative](https://se-education.org). <br><br>
(AB3) created by the [SE-EDU initiative](https://se-education.org).

* **New Feature**: Implemented the `deleteTask` command. (PR [#89](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/89))
* What it does: It allows users to delete a task from the task list using the index of the task in the list
presented to them, filtered or otherwise.
* Justification: This feature allows users to quickly delete a task from the task list if they recall their index without having to search for the task in the task list. Else, they can filter the list of tasks to easily find the task before deleting it.
* Credits: The `deleteTask` command was inspired by the `deletePerson` command in AB3.<br><br>
* Credits: The `deleteTask` command was inspired by the `deletePerson` command in AB3.

* **New Feature**: Implemented the `addTagPerson` command. (PR [#118](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/118))
* What it does: It allows users to add one or more tags to a Person in the contact list based on the index which
refers to the Person in the contact list presented to them, filtered or otherwise.
* Justification: This feature allows users to quickly add a tag to the Person instead of having to recall the
current list of tags and then adding the new tag to the list of tags for the Person in the current
`editPerson` command.
* Credits: The `addTagPerson` command was inspired by the `editPerson` command in AB3.<br><br>
* Credits: The `addTagPerson` command was inspired by the `editPerson` command in AB3.

* **New Feature**: Implemented the `addTagTask` command. (PR [#118](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/118))
* What it does: It allows users to add one or more tags to a Task in the task list based on the index which
refers to the Task in the task list presented to them, filtered or otherwise.
* Justification: This feature allows users to quickly add a tag to the Task instead of having to recall the
current list of tags and then adding the new tag to the list of tags for the Task in the current
`editTask` command.
* Credits: The `addTagTask` command was inspired by the `editTask` command in AB3.<br><br>
* Credits: The `addTagTask` command was inspired by the `editTask` command in AB3.

* **Code contributed**: [RepoSense Link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=pra-navi&breakdown=true)

* **Project management**:
* Closed the `v1.3` milestone.
* Create issues and PRs while assigning labels to them through `v1.1` to `v1.4` on GitHub to make task
management and tracking easier.<br><br>
management and tracking easier.

* **Enhancements to existing features**:
* UI Updates: (PR [#88](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/88), [#96](https://github.
com/AY2324S1-CS2103T-T10-2/tp/pull/96))
* UI Updates: (PR [#88](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/88), [#96](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/96))
* Added the view for Task List and Task Card to the Main Window.
* Wrapped text in Person Card, Task Card and Result Display Box.
* Make the divider between the lists and between the result display box adjustable.
Expand All @@ -65,15 +64,14 @@ Given below are my contributions to the project.
* User Guide:
* Added the documentation for the `deletePerson`, `deleteTask`, `addTagPerson` and `addTagTask` commands.
(PR [#59](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/59), [#69](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/69), [#107](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/107),
[#108](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/108), [#160](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/160), [#172](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/172))
<br><br>
[#108](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/108), [#160](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/160), [#172](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/172))
* Developer Guide:
* Added user stories and use cases for `deletePerson`, `deleteTask`, `addTagPerson` and `addTagTask`
commands. (PR [#55](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/55))
* Added the implementation details of `deleteTask` and `addTagPerson` commands. (PR [100](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/100), [#109](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/109),
[#163](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/163))
* Added Improved UI section. (PR [#174](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/174))<br><br>
* Added Improved UI section. (PR [#174](https://github.com/AY2324S1-CS2103T-T10-2/tp/pull/174))

* **Community**:
* PRs reviewed by me can be found [here](https://github.com/AY2324S1-CS2103T-T10-2/tp/pulls?q=is%3Apr+reviewed-by%3Apra-navi).
* Reported 8 bugs and suggestions during PE Dry Run. ([Repo](https://github.com/pra-navi/ped/issues))<br><br>
* Reported 8 bugs and suggestions during PE Dry Run. ([Repo](https://github.com/pra-navi/ped/issues))

0 comments on commit 9b4d748

Please sign in to comment.