Skip to content

Commit

Permalink
Update PPP for Ryan
Browse files Browse the repository at this point in the history
  • Loading branch information
sopa301 committed Nov 5, 2023
1 parent 8d135ea commit 4e6d7a5
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions docs/team/sopa301.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,40 @@ title: Poon Yip Hang, Ryan's Project Portfolio Page

### Overview

To be added soon.
UNOFAS is a desktop app for Financial Advisors (FA) to manage client’s contacts, optimized for use via a Command Line
Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). The app also includes features
such as sorting, scheduling and other commands to query information quickly required by the FA.

### Summary of Contributions

Given below are my contributions to the project.

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

* **Enhancements Implemented**: Added Next-of-kin and Next-of-kin phone fields, added confirm clear window, added available
keywords for help command.
* **Enhancements Implemented**:
* Added `next-of-kin` and `next-of-kin phone` fields and wrote tests
(Pull request [#43](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/43))
* Added confirm clear window for `clear` command
(Pull request [#75](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/75))
* Added available keywords for `help` command
(Pull request [#67](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/67))
* Enhanced `find` command to accept multiple names, tags and financial plans and wrote tests
(Pull request [#125](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/125))

* **Contributions to the UG**: Updated commands for add, clear, edit and help.
* **Contributions to the UG**:
* Updated commands for `add`, `clear`, `edit`, `find` and `help`.

* **Contributions to the DG**: to be added soon.
* **Contributions to the DG**:
* Added implementation details for enhanced `find` command.
* Drafted Planned Enhancements section.

* **Contributions to team-based tasks**:
* Maintained issue tracker.
* Released product for `v1.1` and `v1.3.trial`.

* **Review/mentoring contributions**:
* PRs reviewed (with non-trivial comments): [#70](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/70),
[#72](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/72),
[#109](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/109),
[#110](https://github.com/AY2324S1-CS2103T-F12-1/tp/pull/110)

* **Contributions to team-based tasks**: Maintained issue tracker.

0 comments on commit 4e6d7a5

Please sign in to comment.