Project: Yellow Pages

Yellow Pages is a desktop address book application used for students in universities. 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:

    • Revamped Ui Layout
      • Description: Restructured persons & meetings display on top, command line at the bottom
      • Justification: Cleaner Ui for user to have an overall view of the both Persons and Meetings.
      • Credits: Persons Ui
    • Meetings Ui Panel
      • Description: Allow users to view all existing meetings.
      • Justification: This function makes it more convenient for users to browse
      • Credits: Persons Ui
  • Code contributed: RepoSense link
  • Documentation:
    • Developer Guide
      • Added implementation details for Meetings Ui
    • Community
      • Helped to review and close pull request #23