Chan Wei Jie's Project Portfolio Page
Project: ManageEZPZ
ManageEZPZ is a desktop application that allows managers or supervisors to manage employees and assign tasks to them. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.
Given below are my contributions to the project.
- Enhancement: Creation of the model component for
Task
as a baseline for the use by other teammates. #64, #81- What it does : The creation of the
Task
component allows for smoother creation of the different types of Task related commands. - Justification : This enhancement is important as the different type of Task related command such as adding, deleting, editing and even finding. All relies on the methods created in the
Task
model. - Highlights : This enhancement required me to constantly update the methods that are required by my teammates as the methods in the
Task
Model changes as more commands are being added. As well as the importance of abstraction principles in the implementation of theTask
class.
- What it does : The creation of the
- Enhancement: Creation of Enum class
Priority
.- What it does : The Enum class
Priority
allows the different types of Task to be assigned with a Priority. #145 - Justification : This enhancement is important as the tagPriority command relies on Tasks having priorities.
- Highlights : Creating a separate enum class for
Priority
makes theTask
class more readable as opposed to clustering them together.
- What it does : The Enum class
-
Code contributed: RepoSense link
- Project management:
- Managed milestones
v1.1
-v1.4
on GitHub. - Ensured the team’s completion of weekly deliverables and its deadlines.
- Managed releases
v1.2
-v1.4
on GitHub. - Delegated team members what functionalities each of us had to implement to prevent any conflict and provide a better workflow.
- Managed milestones
- Enhancements to existing features:
- Changed the Employee class to not have
address
&tag
fields. #62 - Removed the
address
andtagged
fields in the affected json storage files. #70 - Updating
Description
to only validate empty descriptions. #104 - Updating
Task
class to be abstract so that it can be inherited by its sub-classes liketodo
/event
/deadline
. #156 - Refactored the
editcommand
toeditEmployeeCommand
. #167
- Changed the Employee class to not have
- Documentation:
- User Guide:
- Developer Guide :
- Community:
- Setting up the GitHub team org & repo.
- Necessary general code enhancements such as renaming the product: #175, #176
- PRs reviewed (with non-trivial review comments): #73, #30
- Reported bugs and suggestions for other teams: Dry run PE