Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY2324S1#194 from LicongHuang/licong_ppp
Browse files Browse the repository at this point in the history
Update PPP
  • Loading branch information
yuxunn authored Nov 9, 2023
2 parents 4dad86b + a748846 commit 0340494
Showing 1 changed file with 34 additions and 10 deletions.
44 changes: 34 additions & 10 deletions docs/team/liconghuang.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,40 @@
---
layout: default.md
title: "Licong`s Project Portfolio Page"
---

<h1> Huang Licong's Project Portfolio Page</h1>
### Project: D.A.V.E.

<h3>Project: D.A.V.E.</h3>

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.

<p></P>

- **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.

<p></p>

- **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)
<p></p>

- **Project management**:
- Set up codecov for the workflow of the project.
<p></p>


- **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.


0 comments on commit 0340494

Please sign in to comment.