Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PPP #263

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions docs/team/thienmy0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,17 @@ Given below are my contributions to the project.
[#248](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/248)

* **Contributions to the DG**:
* Added Implementation of Record Command
* Wrote implementation details
* Wrote design considerations and alternatives
* Added Implementation of Record Command (PRs:
[#136](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/136),
[#235](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/235))
* Wrote implementation details, design considerations and alternatives
* Created UML sequence and activity diagram
* Relevant Pull Requests: [#136](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/136),
[#235](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/235)
* Edited Appendix: instructions for manual testing
* Edited & Added Appendix: instructions for manual testing (PRs:
[#229](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/229),
[#235](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/235))
* Added: Adding a patient, Viewing a patient, Editing a patient record, Assigning a patient to a department, Sorting
patients, Undoing and Redoing a command
* Edited: Deleting a patient, Editing a patient
* Relevant Pull Requests: [#229](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/229),
[#235](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/235)

------------------------------------------------------------------------------------------------------------------------

Expand All @@ -84,8 +83,8 @@ Given below are my contributions to the project.

* **Review/mentoring contributions**:
* Reviewed and Merged various PRs from team members
* The following are some of the PRs I have reviewed, with non-trivial review comments:
* [#153](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/153),
* Here are some of the PRs I have reviewed, with non-trivial review comments:
[#153](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/153),
[#161](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/161),
[#227](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/227),
[#240](https://github.com/AY2324S1-CS2103T-T14-2/tp/pull/240)
Loading