Mei Xuan's Project Portfolio Page
Project: ProfBook
ProfBook is an AddressBook Application targeted at CS2103 instructors to manage both students and TAs contacts within teams and tutorial groups. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.
Given below are my contributions to the project.
- Enhancements to existing features:
- Improved the find feature to allow for search by attribute type (Pull request #54)
- Improved the find feature to allow for partial search by attribute type, and partial and full searching for tags (Pull requests #92, #54, #180)
- Added testcases for find feature, including for partial searching (Pull request #57, #189)
- Updated the GUI color scheme, handled UI changes and testing

- Wrote additional tests for existing features
-
Code contributed: RepoSense link
- Project management:
- Reviewed code and resolved merge conflicts for other members of the team.
- Facilitated deliverable submissions and ensured that documents submitted were done in the right format.
- Facilitated communication between team members by scheduling meetings and requesting for general updates from team members.
- Documentation:
- User Guide:
- Developer Guide:
- Index.md:
- Updated file to reflect changes to application, and a quick start guide: #96
- Community: