clarlzx's Project Portfolio Page
Project: ParentPal
ParentPal is a desktop app for parents to manage their children’s contacts and their related appointments. 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: Designed architecture for Appointment functionalities.
- What it does: Designed UML class diagrams for the different components (Model, Logic, UI and Storage) for Appointment.
- Justification: Appointment functionalities will allow parents to manage both their children’s contacts and appointments in one place, which increases the efficiency of ParentPal.
- Highlights: This step was important as the classes and methods related to Appointment would greatly affect the design of the current architecture. Hence, it was necessary to draft out the design so that changes would be easy to integrate, without affecting the design of AddressBook-Level 3 too much.
- New Feature: Add Model and UI component for Appointment.
- What it does: Implement classes and methods in the Model and UI components for Appointment.
- Justification: Implementing the classes first would allow my other teammates to work on the other components, including the logic components which contain all the Appointment commands.
- New Feature: Add command to enable users to change theme.
- What it does: allows the user to change theme to a light or dark theme.
- Justification: This feature provides user with more UI choices. The light theme also provides a more family-oriented appearance to the application.
-
Code contributed: RepoSense link
- Project management:
- Managed releases
v1.2
-v1.4
(4 releases) on GitHub
- Managed releases
- Enhancements to existing features:
- Changed behavior of FindCommand to accept incomplete words (Pull requests #58)
- Updated the UI to show Appointment and Contacts (Pull requests #118, #121)
- Updated the GUI color scheme by providing 2 additional color schemes (Pull requests #157)
- The team decided to just use 1 of the added color schemes, with the dark theme
- Documentation:
- Community: