Lai Chok Hoes's Project Portfolio Page
Project: SoC InternApply
SoC InternApply - SoC InternApply helps CS students to track internship applications they are interested in. It is optimised for users who prefer CLI and have a lot of company applications and their associated tasks to keep track of. 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 a way for users to get a reminder on any upcoming interviews in the coming week when they start up the product or with a command.
- What it does: Opens a “Reminder Window” that shows a list of applications whose interviews (if there are any) fall within a week of the current date and time on the users local device. This window will open when the product is launched and/or can be opened with a command.
- Justifications: This feature improves the utility of the product as users who use this product to track their interview slots for internships also need a quick and easy way to find out what interviews to prepare for next. It also ensures users do not forget about upcoming interviews by reminding them when they launch the product.
- Highlights: This enhancement provides an incentive for users to make use of our “Interview Slot” feature that allows users to also store the date and time of upcoming interviews. The “launch on start up” action of this feature also opens up the possibility for other actions to be implemented in the same way and with much less hassle since support for this has already been implemented as part of this feature.
- Credits: This feature was implemented with reference to the existing
helpcommand implementation, specifically the mechanism that opens a “Help Window” when the command is called. Also, the code used to generate the application list in the “Main Window” was also referenced for the “Reminder Window”.
-
Code contributed: My code contribution can be found here [RepoSense]
- Project management:
- Helped to morph the product into an internship application tracker by:
- Resolved the following major bugs:
- Maintained the issue tracker.
- Rectified a few merge conflicts.
- Maintained the test cases to ensure they work after merging multiple pull requests.
- Helped with managing agenda for weekly team meetings.
- Enhancements to existing features:
- Updated the sample data that is created to showcase how our product could be used to customise user applications #92
- Updated the sample data generation such that its populated with interview slots that would be relevant depending on the date and time on the user’s local device #130
- Expand the utility of the
editcommand to allow users to edit thePriority TagandApplication Status Tagof existing applications #110
- Documentation:
- User Guide:
- Developer Guide:
- Added implementation details of the
reminderfeature #213 - Added implementation details on the enhancement of the
editfeature #213 - Added a section in “Appendix:Instructions for manual testing” for readers to test removal of Tags using
editcommand #213 - Updated the storage component and its relevant UML diagram #206
- Worked with the team on User Stories, Use Cases and NFR (Pull requests #20, #21)
- Added implementation details of the
- Community: