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
Taskas a baseline for the use by other teammates. #64, #81- What it does : The creation of the
Taskcomponent 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
Taskmodel. - Highlights : This enhancement required me to constantly update the methods that are required by my teammates as the methods in the
TaskModel changes as more commands are being added. As well as the importance of abstraction principles in the implementation of theTaskclass.
- What it does : The creation of the
- Enhancement: Creation of Enum class
Priority.- What it does : The Enum class
Priorityallows 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
Prioritymakes theTaskclass 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.4on GitHub. - Ensured the team’s completion of weekly deliverables and its deadlines.
- Managed releases
v1.2-v1.4on 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&tagfields. #62 - Removed the
addressandtaggedfields in the affected json storage files. #70 - Updating
Descriptionto only validate empty descriptions. #104 - Updating
Taskclass to be abstract so that it can be inherited by its sub-classes liketodo/event/deadline. #156 - Refactored the
editcommandtoeditEmployeeCommand. #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