Skip to content

Commit

Permalink
Update PPP
Browse files Browse the repository at this point in the history
  • Loading branch information
aslam341 committed Nov 14, 2023
1 parent 23446d3 commit 0ecb759
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ For a more comprehensive overview of what you can achieve with TaskHub, you may
* Parameters can be in any order.<br>
e.g. if the command specifies `n/NAME p/PHONE_NUMBER`, `p/PHONE_NUMBER n/NAME` is also acceptable.

* All commands that can take in multiple index should have its indexes separated by **single** spaces.<br>
* All commands that can take in multiple index**es** should have its indexes separated by **single** spaces.<br>
e.g. if the command specifies `INDEX [MORE_INDEXES]`, it should be entered as `1 2 3` instead of `1  2  3`.

* Extraneous parameters for commands that do not take in parameters (such as `help`, `list`, `listE`, `listP`, `exit` and `clear`) will be ignored.<br>
Expand Down
18 changes: 12 additions & 6 deletions docs/team/aslam341.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Given below are my contributions to the project.

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

* **Project management**: Setting milestones and deadlines for the team, ensuring that the team is on track to meet the deadlines, and ensuring that the team is on track to meet the milestones.
* **Project management**:
* Setting milestones and deadlines for the team, ensuring that the team is on track to meet the deadlines, and ensuring that the team is on track to meet the milestones.
* Contributed to issue-tracking and management.
* Managed the latest [milestone 1.4 release](https://github.com/AY2324S1-CS2103T-T08-3/tp/releases).

* **Enhancements to existing features**:
* Enhanced the existing deadline and priority commands to set the respective attributes for multiple projects at once, from only being able to set for one project at a time.
Expand All @@ -39,7 +42,6 @@ Given below are my contributions to the project.
* Improved on the existing sample data to have much more information for new users to try out commands on and understand the application better. (Pull request [\#179](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/179))

* **Contributions to team-based tasks**:
* Document the user stories in the Developer Guide.
* Renamed all references to the original AddressBook project to TaskHub. (Pull requests [\#87](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/87), [\#97](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/97))
* Renamed all references to Person model to Employee model. (Pull requests [\#83](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/83), [\#97](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/97))
* Enable java assertions in the project. (Pull request [\#119](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/119))
Expand All @@ -48,12 +50,16 @@ Given below are my contributions to the project.
* PRs reviewed (with non-trivial review comments):
(Pull requests [\#111](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/111#discussion_r1371983270),
[\#138](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/138#discussion_r1375265054),
[\#155](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/156), and more...)
[\#156](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/156), and more...)

* **Documentation**:
* User Guide:
* Added documentation for the new features I implemented which are mentioned above.
* Ensuring correctness of the features in the user guide, such as command format and example usages.
* Ensuring correctness of the features in the user guide, such as command format and example usages, for the entire user guide.
* Added command parameter tables for each command section, inspired from another current team [W08-1](https://ay2324s1-cs2103t-w08-1.github.io/tp/UserGuide.html#command-parameters-1).

* Developer Guide:
* Document the user stories. (Pull request [\#82](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/82))
* Documented the design of the mark project command. (Pull request [\#130](https://github.com/AY2324S1-CS2103T-T08-3/tp/pull/130))
* Added most of the user stories.
* Documented the design of the mark project command.
* Documented the design of commands related to setting project deadlines.
* Added all the use cases.

0 comments on commit 0ecb759

Please sign in to comment.