Zan Hao's Project Portfolio Page
Project: HackAssist
HackAssist is a desktop address book and task management application used for managing tasks and team formations in software development Hackathons. During such hectic projects, managing various tasks together as a team is definitely no easy feat. With HackAssist, we aim to take away the boring and often stressful administrative matters, so that you can focus on the things that truly matter!
Given below are my contributions to the project.
- New Feature: Created models for task and task list, and integrated them into the application.
- What it does: allows tasks and task commands to be created and implemented respectively.
- Justification: This feature provides a baseline foundation for the team to build on for future task commands.
- Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of all possible class designs, without breaking the usability of existing features related to person.
- Credits: Inspiration was taken from how a person is modelled in the application.
- Pull requests: #43, #44, #54
- New Feature: Added the ability to filter tasks by deadline.
- What it does: allows the user to filter the task list to only display tasks that have deadlines specific to and before the input date.
- Justification: This feature improves the product significantly because a user can now modify the task list and quickly identify specific tasks based on input deadline, without having to search through the entire task list.
- Credits: Inspiration was taken from the
find
feature. - Pull request: #84
- New Feature: Added the ability to find tasks using keywords.
- What it does: allows the user to find and list all tasks that have names or descriptions that contain any of the input keywords. Keyword matching is case-insensitive.
- Justification: This feature improves the product significantly because a user can now modify the task list and quickly identify specific tasks based on input keywords, without having to search through the entire task list.
- Credits: Inspiration was taken from the
find
feature. - Pull request: #114
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Tests:
- Added test cases for
EditTaskCommandParser
andFindTaskCommandParser
(Pull request #232)
- Added test cases for
- Documentation:
- User Guide:
- Developer Guide:
- Added non-function requirements (Pull request #21)
- Added implementation details for the
filterByDeadline
,findTask
andlistTasks
features (Pull request #108, #227, #230) - Updated implementation details for the
filter
feature to reflect the syncing of thefilterByCategory
andfilterByDeadline
features (Pull request #231)
- Community: