Isaiah Koh Ming Yew's Project Portfolio Page
Project: insurance Sure Can Arrange Meeting (iScam)
iScam is a desktop application used for insurance agents to keep track of their clients and the meetings that they have. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 18k LoC.
Given below are my contributions to the project.
- New Feature: ClientDetailFragment
- What it does: Displays detailed information about a client in a separate window. Quickly compiles all the client’s associated meetings and insurance plans into a single list while displaying the client’s profile image.
- Justification: Agents may need to save and view more information about an individual client. Extra information about the client may be too lengthy to display within each individual client card inside the client list. Hence, a separate window would help display more information in a more accessible manner. Furthermore, agents may want to only see the list of meetings they have with only that client, which can be displayed in this fragment.
- Highlights:
- A new UI panel that displays key information for one client.
- Addition command
show
introduced to activate the function.
- Addition command
- Displays a filtered list of meetings with the shown client in a dedicated list
- New feature to display the profile image of each client
- Allows the user to upload individual pictures for each client
- Modified commands like
add
andedit
to accommodate the new feature - Automatically handles invalid user input and displays a default image if the specified one is not found
- A new UI panel that displays key information for one client.
- Credits:
- Structure of the command suite is adopted from the Person commands from AddressBook-3
- Default profile image taken from Vectorified
-
Code contributed: RepoSense link
- Project management:
- Enhancements to existing features:
- Documentation:
- Community:
- Reviewed numerous PRs
- Diagram extracts from DG
- ShowCommand’s Sequence Diagram