Alfred'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.
- New Feature:
- Implemented JsonAdaptedTask. In which, handled, maintained and enhanced all Storage related matters for ManageEZPZ.
- What it does: The creation of
JsonAdaptedTask
allows ManageEZPZ to have a centralised area to handle all Task-Storage matters.
- What it does: The creation of
- Completed full implementation of add Todo Task, Command, Logic, Storage as a full template for team to follow. #72
- Implemented Storage functionality for Mark and Unmark Tasks. #83
- Completed full implementation of Tag Task Command, Logic, Storage. #108
- Completed full implementation of Untag Task Command, Logic, Storage. #111
- Completed full implementation of Tag Priority Command, Logic, Storage. #131
- Implemented tracking number of Tasks assigned to Employee #146
- Implemented JsonAdaptedTask. In which, handled, maintained and enhanced all Storage related matters for ManageEZPZ.
-
Code contributed: RepoSense link
- Project management:
- Ensured the team’s completion of weekly deliverables (Handled with Wei Jie)
- Enhancements to existing features:
- Refactored existing add command to addEmployee command. #67
- Fix and standardise all AddTask commands, added ‘type’ field for Task model. #75
- Justification: By having a ‘type’ field, it allows for better identification and loading of Tasks.
- Enhanced storage to handle different fields for the different types of Tasks. #77
- Justification: With the different types of Task having different fields, it is important for the JsonAdaptedTask to handle and load the different fields of each Task.
- Added error-prevention for AddDeadlineTaskParser, AddEventTaskCommandParser for the length of arguments. #94
- Enhanced Logic for DeleteEmployee, deleting an Employee will untag all tasks that employee is assigned to, then proceeds to delete. #141
- Justification: Deleting an employee should also update all associations related to that employee.
- Supported Storage by adding Defensive Programming logic to counter Json being modified. #249
- Justification: In cases where the Number of Tasks / other fields are being edited, we should check if the loaded details matches with our current state.
- Documentation:
- Community: