Yan Yee's Project Portfolio Page
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]
- Find by Phone Number: Enable users to search for people via their phone number.
- Find by Postal Code: Enable users to search for people via their postal code.
- Delete by postal code: Enable users to delete people via their postal codes.
-
Code contributed: RepoSense link
- Project management:
- Managed breakdown of release notes for all releases.
- Initiated team meetings.
- Enhancements to existing features:
- Simultaneous search: Enable users to search by name, number and postal code in the same command.
- Documentation: [to be added]
- Added UML diagram to find command and deletePC command.
- Contributed to user guide for find command and deletePC command.
- Community: [to be added]
- Reviewed pull requests.
- Conducted alpha testing and reported bugs.
- Collaborated with another developer to fix ‘https://github.com/AY2425S1-CS2103T-T13-2/tp/pull/80’
- Tools: [to be added]
- Development: Java, JavaFX
- Version Control: Git, GitHub
- Testing: JUnit for automated testing; manual alpha testing