Project: NomNom Notifier

NomNomNotifier is a desktop address book application for restaurant employees to efficiently store and access customer details. 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: [search by phone number, to be added]
    1. Find by Phone Number: Enable users to search for people via their phone number.
    2. Find by Postal Code: Enable users to search for people via their postal code.
    3. Delete by postal code: Enable users to delete people via their postal codes.
  • Code contributed: RepoSense link

  • Project management:
    1. Managed breakdown of release notes for all releases.
    2. Initiated team meetings.
  • Enhancements to existing features:
    1. Simultaneous search: Enable users to search by name, number and postal code in the same command.
  • Documentation: [to be added]
    1. Added UML diagram to find command and deletePC command.
    2. Contributed to user guide for find command and deletePC command.
  • Community: [to be added]
    1. Reviewed pull requests.
    2. Conducted alpha testing and reported bugs.
    3. Collaborated with another developer to fix ‘https://github.com/AY2425S1-CS2103T-T13-2/tp/pull/80’
  • Tools: [to be added]
    1. Development: Java, JavaFX
    2. Version Control: Git, GitHub
    3. Testing: JUnit for automated testing; manual alpha testing