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:

RepoSense link

Enhancements Implemented

  • add command for adding transactions (PR #52)
  • edit command for editing transactions (PR #69)
  • Added methods to show aggregate data for Overview page ( PR #93)
  • Added test cases for all classes related to transaction logic and some command classes (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 Menu and Lower Menu Sections ( PR#185)
  • Updated Navigating the GUI section (PR#89)
  • Refactored Glossary (PR#193)

Developer Guide

  • Update User Stories (PR#49)

Review Contributions

  • Approved PRs: