Benedict's Project Portfolio Page
Project: LeadsForce
LeadsForce - LeadsForce is a desktop application catered towards student financial advisors (FA) for managing their leads. 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: Added the view command functionality. (Pull requests #46, #61)
- What it does: allows the user to view a specific client’s information in the sidebar.
- Justification: This feature allows the user to pin a specific client in the sidebar for easy reference as well as to read attributes that would otherwise be truncated in the ClientList cards.
- Highlights: This feature was tricky to implement as it required changes that cuts across the model, logic and GUI portions of the application. Particularly for the GUI, there was a need to ensure that the sidebar takes sufficient space whilst still giving enough reading space for the existing parts of the GUI.
- New Feature: Added a client attribute - Next Meeting. (Pull requests #103)
- What it does: allows the user to store information about upcoming meetings to allow users to have a scheduler.
-
Code contributed: RepoSense link
- Project management:
- Managed releases
v1.2
-v1.4
(3 releases) on GitHub - Kept track of issues and team’s progress
- Managed releases
- Enhancements to existing features:
- Documentation:
- Community: