Project: TaskMasterPro

Work in progress… Do not refer to this page yet.

TaskMasterPro is a desktop address book application used for organising team members and team projects. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.

Given below are my contributions to the project.

  • New Feature: Description of the feature.
    • What it does:
    • Justification:
    • Highlights:
    • Credits:
  • New Feature: Added a history command that allows the user to navigate to previous commands using up/down keys.

  • Code contributed: RepoSense link

  • Project management:
    • Managed releases v1.1 - v1.1 (1 release) on GitHub
  • Enhancements to existing features:
    • Updated the GUI color scheme (Pull requests #33, #34)
    • Wrote additional tests for existing features to increase coverage from 88% to 92% (Pull requests #36, #38)
  • Documentation:
    • User Guide:
      • Added documentation for the features delete and find #72
      • Did cosmetic tweaks to existing documentation of features clear, exit: #74
    • Developer Guide:
      • Added implementation details of the delete feature.
  • Community:
    • PRs reviewed (with non-trivial review comments): #12, #32, #19, #42
    • Contributed to forum discussions (examples: 1, 2, 3, 4)
    • Reported bugs and suggestions for other teams in the class (examples: 1, 2, 3)
    • Some parts of the history feature I added was adopted by several other class mates (1, 2)
  • Tools:
    • Integrated a new Github plugin (Codecov) to the team repo