Private tutors waste time juggling spreadsheets, chats, and notes to manage students and parents. A typing-first address book for private tutors lets them pull up student/parent details instantly, group contacts by level/subject/class, and keep brief lesson/fee notes.

Given below are my contributions to the project.

  • New Feature: Filler feature.
    • What it does: allows the user to undo all previous commands one at a time. Preceding undo commands can be reversed by using the redo command.
    • Justification: This feature improves the product significantly because a user can make mistakes in commands and the app should provide a convenient way to rectify them.
    • Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands.
    • Credits: {mention here if you reused any code/ideas from elsewhere or if a third-party library is heavily used in the feature so that a reader can make a more accurate judgement of how much effort went into the feature}
  • New Feature: Filler feature.

  • Code contributed: RepoSense link

{Pull request links to be added}

  • Project management:
    • Set up GitHub team organization and repository, including codecov integration
    • Set up initial project page
    • Helped remove traces of AB3 (Pull requests #37)
    • Resolved merge conflicts in integrating find command and user ID to delete command implementation
  • Enhancements to existing features:
    • Updated delete command flow to match updated use case (Pull request #51)
    • Added new predicate to filter by UserId instead of Name
  • Documentation:
    • Developer Guide:
      • Added use cases for MVP specification (Pull request #38)
  • Community:
    • PRs reviewed (with non-trivial review comments): #43, #53
    • Reported bugs and suggestions for other teams in the class (examples: 1, 2, 3) (UNUPDATED)
  • Tools:
    • Filler