Chen Yiyang's Project Portfolio Page
Project: SeniorLove
SeniorLove is a contact management desktop app which aims to facilitate community workers’ visits to the elderly. It is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Senior Love can get your contact management tasks done faster than traditional GUI apps.
Given below are my contributions to the project.
- New Feature: Added the ability to mark visits as done.
- What it does: allows the user to make the next visit to an elderly as done using elderly’s index. When a visit is marked as done, the
LastVisit
field will be updated. If the visit marked is recurring, it will be replaced with the next one following the recursion frequency. - Justification: This feature improves the product significantly because a user can proceed with a sequence of visits of an elderly and visits are at the core of SeniorLove.
- Highlights: This command is dependent on the
Visit
,Frequency
,Occurrence
andLastVisit
fields of an elderly in the system. Implementation for the command was challenging as many scenarios need to be taken into account. Defensive programming was also used to ensure smooth running of the programme should certain fields involved be missing or invalid.
- What it does: allows the user to make the next visit to an elderly as done using elderly’s index. When a visit is marked as done, the
- New Feature: Added the ability to view incoming visits.
- What it does: allows the user to see all the visits that are scheduled in the next 7 or 30 days depending on the command parameter.
- Justification: This feature improves the user experience as the user can view incoming visits easily and plan their schedule accordingly.
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Documentation:
- Community: