Lauren Shak Luo Jun's Project Portfolio Page
Project: Track2Gather
Track2Gather is a desktop application that will manage up to a few thousand contacts, providing basic features for contact tracing personnel to organise and search through them via personal information, case numbers, and Stay-Home-Notice periods. 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.
- Project management:
- New Feature: Added the ability to clear all persons whose SHN periods have been completed #88
- What it does: allows the user to remove all persons whose SHN periods have been completed at current system time. User does not need to manually check which persons have completed their SHN as the functionality is performed automatically and internally with a single command.
- Justification: This feature improves the product significantly because a user does not need to maintain persons whose SHN is completed as they no longer need to be tracked. The app should provide a functionality to remove them easily.
- New Feature: Added the ability to delete multiple persons in any order #87, #123
- What it does: allows the user to delete multiple persons at a time in any order.
- Justification: This feature improves the product significantly because a user may wish to mass-delete unneeded persons without having to worry about in which order they specify these persons.
- New Feature: Conceptualised SHN enforcement mode #134
- What it does: allows the user to track the call statuses of persons in the app in order to enforce SHN. Best explained in the User Guide.
- Justification: This feature improves the product significantly because a user of our target profile will need to call the persons who are on SHN in order to enforce the relevant regulations, as part of their contact tracing duties. With this feature, a user can easily record whether they have called each person in the current session, as well as track non-compliance instances in order to subject these offenders to further discipline, if needed.
- Highlights: This enhancement affects four commands:
session
,schedule
,scall
, andfcall
, which work together to implement SHN enforcement mode. - Credits: Conceptualisation of this entire feature was done in conjunction with Wei En, whereas implementation was done by Andrew.
-
Code contributed: RepoSense link
- Enhancements to existing and new features:
- Documentation:
- Project Website
- Updated Landing Page for
v1.3
milestone. #118
- Updated Landing Page for
- User Guide:
- Developer Guide:
- Project Website
- Community: