Joon Hung's Project Portfolio Page
Project: Tran$act
Tran$act is a desktop bookkeeping application used to keep track of a small business’s finances. The user interacts with it through a CLI and data is displayed on a GUI. It is written in Java.
Code contributed:
Enhancements Implemented
addcommand for adding transactions (PR #52)editcommand for editing transactions (PR #69)- Added methods to show aggregate data for Overview page ( PR #93)
- Added test cases for all classes related to
transactionlogic and somecommandclasses (PR #216)
Contribution to Team Tasks
- Created Introduction for Product Demo
Project Management
- Management of Test Cases
User Guide
- Refactored format of command summaries, Expanded Quick Start section, Updated
Upper MenuandLower MenuSections ( PR#185) - Updated
Navigating the GUIsection (PR#89) - Refactored Glossary (PR#193)
Developer Guide
- Update User Stories (PR#49)
Review Contributions
- Approved PRs:
- PR#217