From 0a103ac7aecaddf8cc477e43a19cb4d26c8f4770 Mon Sep 17 00:00:00 2001 From: LicongHuang Date: Thu, 9 Nov 2023 14:35:58 +0800 Subject: [PATCH 1/3] Updated PPP --- docs/team/liconghuang.md | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/docs/team/liconghuang.md b/docs/team/liconghuang.md index e3467bbb07d..910cd75ae71 100644 --- a/docs/team/liconghuang.md +++ b/docs/team/liconghuang.md @@ -1,16 +1,32 @@ +--- + layout: default.md + title: "Licong's Project Portfolio Page" +--- -

Huang Licong's Project Portfolio Page

+### Project: D.A.V.E. -

Project: D.A.V.E.

- -D.A.V.E. - +D.A.V.E. is a desktop information storing application used for assisting student financial advisor. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 8 kLoC. Given below are my contributions to the project. - - New Feature: to be added soon - - Code contributed: to be added soon - - Project Management: to be added soon - - Enhancement to existing features: to be added soon - - Documentation: to be added soon - - Community: to be added soon - - Tools: to be added soon +* **New Feature**: Added the ability to view list of leads / clients command. + * What it does: Allows the user to view a filtered list of leads and clients. + * Justification: This feature improves the product significantly because a user would be able to view leads and clients seperately easily. + +* **New Feature**: Added a command to convert leads to clients and vice versa. + * What it does: Allows user to convert leads to client. + * Justification: This feature improves the product signficantly because a suer would be able. + +* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=f08&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&tabOpen=true&tabType=authorship&zFR=false&tabAuthor=LicongHuang&tabRepo=AY2324S1-CS2103T-F08-2%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) + +* **Project management**: + * Set up codecov for the workflow of the project. + +* **Documentation**: + * User Guide: + * Added documentation for the features `converttoclient` and `converttolead`: [\#125](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/125) + * Added documentation for the features `listclient` and `listlead`: [\#81](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/81) + * Developer Guide: + * Added implementation details of the `listclient`, 'listlead', 'converttoclient', 'converttolead' feature. + + From ff9b611cd7182525055fb2f2f6b69b48e8e88b87 Mon Sep 17 00:00:00 2001 From: LicongHuang Date: Thu, 9 Nov 2023 20:21:48 +0800 Subject: [PATCH 2/3] Reformat PPP --- docs/team/liconghuang.md | 42 ++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/docs/team/liconghuang.md b/docs/team/liconghuang.md index 910cd75ae71..ce9632073a0 100644 --- a/docs/team/liconghuang.md +++ b/docs/team/liconghuang.md @@ -1,32 +1,40 @@ --- - layout: default.md - title: "Licong's Project Portfolio Page" +layout: default.md +title: "Licong's Project Portfolio Page" --- ### Project: D.A.V.E. + D.A.V.E. is a desktop information storing application used for assisting student financial advisor. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 8 kLoC. Given below are my contributions to the project. -* **New Feature**: Added the ability to view list of leads / clients command. - * What it does: Allows the user to view a filtered list of leads and clients. - * Justification: This feature improves the product significantly because a user would be able to view leads and clients seperately easily. +- **New Feature**: Added the ability to view list of leads / clients command. + - **What it does:** Allows the user to view a filtered list of leads and clients. + - **Justification:** This feature improves the product significantly because a user would be able to view leads and clients seperately easily. + +

+ +- **New Feature**: Added a command to convert leads to clients and vice versa. + - **What it does**: Allows user to convert leads to client. + - **Justification**: This feature improves the product signficantly because a suer would be able. + +

-* **New Feature**: Added a command to convert leads to clients and vice versa. - * What it does: Allows user to convert leads to client. - * Justification: This feature improves the product signficantly because a suer would be able. +- **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=f08&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&tabOpen=true&tabType=authorship&zFR=false&tabAuthor=LicongHuang&tabRepo=AY2324S1-CS2103T-F08-2%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) +

-* **Code contributed**: [RepoSense link](https://nus-cs2103-ay2324s1.github.io/tp-dashboard/?search=f08&sort=groupTitle&sortWithin=title&timeframe=commit&mergegroup=&groupSelect=groupByRepos&breakdown=true&checkedFileTypes=docs~functional-code~test-code&since=2023-09-22&tabOpen=true&tabType=authorship&zFR=false&tabAuthor=LicongHuang&tabRepo=AY2324S1-CS2103T-F08-2%2Ftp%5Bmaster%5D&authorshipIsMergeGroup=false&authorshipFileTypes=docs~functional-code~test-code&authorshipIsBinaryFileTypeChecked=false&authorshipIsIgnoredFilesChecked=false) +- **Project management**: + - Set up codecov for the workflow of the project. +

-* **Project management**: - * Set up codecov for the workflow of the project. -* **Documentation**: - * User Guide: - * Added documentation for the features `converttoclient` and `converttolead`: [\#125](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/125) - * Added documentation for the features `listclient` and `listlead`: [\#81](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/81) - * Developer Guide: - * Added implementation details of the `listclient`, 'listlead', 'converttoclient', 'converttolead' feature. +- **Documentation**: + - User Guide: + - Added documentation for the features `converttoclient` and `converttolead`: [\#125](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/125) + - Added documentation for the features `listclient` and `listlead`: [\#81](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/81) + - Developer Guide: + - Added implementation details of the `listclient`, 'listlead', 'converttoclient', 'converttolead' feature. From a74884618c2b492eef1b418ac900ccd582616e7c Mon Sep 17 00:00:00 2001 From: LicongHuang Date: Thu, 9 Nov 2023 20:39:08 +0800 Subject: [PATCH 3/3] Update PPP --- docs/team/liconghuang.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/team/liconghuang.md b/docs/team/liconghuang.md index ce9632073a0..43bf5face5d 100644 --- a/docs/team/liconghuang.md +++ b/docs/team/liconghuang.md @@ -1,6 +1,6 @@ --- layout: default.md -title: "Licong's Project Portfolio Page" +title: "Licong`s Project Portfolio Page" --- ### Project: D.A.V.E. @@ -35,6 +35,6 @@ Given below are my contributions to the project. - Added documentation for the features `converttoclient` and `converttolead`: [\#125](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/125) - Added documentation for the features `listclient` and `listlead`: [\#81](https://github.com/AY2324S1-CS2103T-F08-2/tp/pull/81) - Developer Guide: - - Added implementation details of the `listclient`, 'listlead', 'converttoclient', 'converttolead' feature. + - Added implementation details of the `listclient`, `listlead`, `converttoclient`, `converttolead` feature.