Wee Heng's Project Portfolio Page
Project: HustleBook
HustleBook is a desktop app specially catered towards financial advisors for managing client details and scheduling meetings efficiently without the need to lift their hands off the keyboard. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 15 kLoC.
This project is built on top of the AB3 application that is used for teaching Software Engineering principles.
Given below are my contributions to the project.
- New Feature: Added the ability to sort clients through the
sortcommand.- What it does: Allows the user to sort clients by meeting time, name, previous date met and salary.
- Justification: This feature improves the functionality of the product significantly. This feature allows financial advisors to sort and manage clients for everyday operations.
- Highlights: This enhancement required an in-depth analysis of design alternatives such as Priority Queues. The implementation was challenging as it required changes to existing classes like UniquePersonList and an in-depth understanding of
ObservableListandFXCollections.
- New Feature: Added the ability to list flagged or unflagged clients.
- What it does: Allows the user to list clients based on whether they are flagged or not. User can list only flagged clients, only unflagged clients or both.
- Justification: This feature improves the functionality of HustleBook for users by further finetuning what HustleBook displays especially when there are many clients.
- New Feature: Added a
Comparatorpackage forperson.- What it does: Allows
sortto sort clients based onComparator. - Justification: This feature is important for the user to be able to sort by different fields.
- What it does: Allows
-
Code contributed: RepoSense link
- Project management:
- Managed releases
v1.2-v1.3(2 releases) on GitHub. - Participated and ensured productive meetings.
- Managed releases
- Documentation:
- Community:
- Reported bugs and suggestions for other teams in the class (PE-D)