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
Event
model #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
Person
model - Justification: This feature improves the product because the
Event
model is one of the core selling points of our product. - Credits: Some parts of the model were refactored from the preexisting
Person
model
- 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
add
command 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
Person
model
- New Feature: Added
find
command 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
delete
command 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
delete
command in thePerson
model.
- New Feature: Added
view
command 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
switch
command #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: