Branson Lam's Project Portfolio Page
Project: The Intern’s Ship
Given below are my contributions to the project.
-
New Feature: Added
StatsCommand
that showed the user useful statistical data based on the internship applications and events, and createdStatistics
andDatapoint
data classes for use in tandem withStatsCommand
. -
New Feature: Added
DeleteAllCommand
that allowed the user to delete all data after confirmation. -
New Feature: Added
EditCommand
that allowed the user to edit specified fields of a selected internship. -
New Feature: Added
SelectCommand
that showed the user details of a selected internship and selected that internship for use in other commands (mainly event commands). -
New Feature: Added
HomeCommand
that showed user upcoming events reminder and list of commands that can be used. -
Code contributed: RepoSense link
- Project management:
- Worked with team to help design the overall architecture of application.
- Enhancements to existing features:
- Documentation:
- Developer Guide:
- Added implementation details of the
selct
andstats
feature. - Added use cases for Edit and Clash #50
- Added implementation details of the
- Developer Guide: