Jun Wei's Project Portfolio Page
Project: SafeFor(H)All
SafeFor(H)All is a desktop app for hall admins to keep track of hall residents’ information to keep hall residents safe during the COVID-19 pandemic via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). It is written in Java, and has about 15 kLoC.
Given below are my contributions to the project.
- Key Contribution: Created an
Eventmodel #63- What it does: Creates a backbone for which events can be added to the address book along with the associated functionalities, similar to the preexisting
Personmodel - Justification: This feature improves the product because the
Eventmodel is one of the core selling points of our product. - Credits: Some parts of the model were refactored from the preexisting
Personmodel
- What it does: Creates a backbone for which events can be added to the address book along with the associated functionalities, similar to the preexisting
- New Feature: Added
addcommand for events #63- What it does: Allows the user to add events
- Justification: This feature improves the product because the user can utilise the CLI to add events with ease, similar to the add person command in the
Personmodel
- New Feature: Added
findcommand for events #135- What it does: Allows the user to find events matching the given parameter(s) (eg
capacity = 5) - Justification: This feature improves the product significantly because the user can find the desired events matching the given parameter(s) with ease
- What it does: Allows the user to find events matching the given parameter(s) (eg
- New Feature: Added
deletecommand for events #88- What it does: Allows the user to delete events
- Justification: This feature improves the product because the user can utilise the CLI to delete unwanted events
- Credit: This command was created by adapting the
deletecommand in thePersonmodel.
- New Feature: Added
viewcommand for residents #49- What it does: Allows the user to view a numbered list of all the residents in the address book
- Justification: This feature improves the product because the user can utilise the CLI to quickly view all the residents in the address book
- New Feature: Added
switchcommand #136- What it does: Allows the user to switch between Event and Resident tabs
- Justification: This feature improves the product because the user can utilise the CLI to quickly switch tabs
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Documentation:
- User Guide:
- Developer Guide:
- Community: