Skip to content

Commit

Permalink
Merge pull request #154 from isaaceng7/enhance-ppp
Browse files Browse the repository at this point in the history
Enhance PPP
  • Loading branch information
isaaceng7 committed Apr 14, 2024
2 parents 7d6c4cc + c1f0de4 commit b383e62
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions docs/team/isaaceng7.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ finances. It allows users to track their income and expenses across multiple acc
insights into their financial activities. It is optimized for use via a Command Line Interface (CLI)
and is written in Java, and has about 3 kLoC.

## Summary of Contributions
Given below are my contributions to the project.
* **Code Contributed**: [RepoSense Link](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=isaaceng7&breakdown=true&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other)
* **List Feature**: Added the ability to view existing transactions.
* What it does: allows users to view their existing transactions.
* Justification: this feature is key to the BudgetBuddy as users need to be aware of their finances through their transactions.
* Highlights: the list feature is enhanced to support viewing transactions that are of a certain duration, a specific account and category.
* **Code Contributed**: [RepoSense Link](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=isaaceng7&breakdown=true&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other)
* Enhancements: users can choose between 6 different types of list to view:
1. All Transactions
2. Past Week Transactions
3. Past Month Transactions
4. Custom Date Transactions
5. Account Transactions
6. Category Transactions
* **Documentation**:
* User Guide:
* Added documentation for the feature `list`.
* Added documentation for the `list` feature.
* Developer Guide:
* Added implementation details for the feature `list`.
* Added implementation details for the `list` feature.
* Added architecture diagram of BudgetBuddy.
* **Community**:
* Reported bugs and suggestions for other teams in class and PE-D.

0 comments on commit b383e62

Please sign in to comment.