Noel Mathew Isaac's Project Portfolio Page
Project: Taskify
Taskify is a desktop task management application for university students. Using Taskify, students can manage all their tasks (academics/personal/CCAs) effectively and seamlessly. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 12 kLOC.
Given below are my contributions to the project.
-
Major Contributions:
-
Implemented the Tag Search feature
- What it does: Allows the users to search for a task based on one or more tags.
- Justification: This feature makes it much easier for the user to categorise and filter out tasks belonging to a certain category. By tagging tasks with relevant keywords, the user can later retrieve all the tasks from the same category really quickly instead of manually looking through all the tasks.
- Highlights: The implementation involved some changes to existing logic and addition of commands and test cases.
- Relevant PRs: #36
-
Implemented Due Today Task Panel
- What it does: Allows the users to view the tasks due on the current day via a panel on the UI.
- Justification: This feature allows users to easily see the tasks due on the current day without typing in any commands and makes it easy for them to plan their day.
- Relevant PRs: #89
-
UI Design and Enhancement
- What it does: Designed and enhanced the UI to make it more seamless and user-friendly, while also being simple and functional.
- Justification: A great user interface is essential to the user experience and will help in user retention and overall motivation to use the app.
- Highlights: The UI design involved getting feedback from multiple user. The color scheme and layout of the UI was designed to be simple and intuitive. The implementation of the tab feature was quite challenging and involved a lot of research, especially on aspects like shape and dynamic resizing.
- Relevant PRs: #56, #86, #93, #157
-
-
Code contributed: RepoSense link
- Project management:
- Managed releases
v1.2
andv1.3
(2 releases) on GitHub - Managed the issue tracker and milestones v1.1 - v1.4 (4 milestones) on GitHub.
- Set up branch protection for the
master
branch such that every PR is required to pass all the tests and have 2 approvals before being merged.
- Managed releases
- Enhancements to existing features:
- Documentation:
- User Guide:
- Developer Guide:
- Community:
- Tools:
- Integrated
Netlify
to the project workflow to generate previews for the website changes for each PR update: #14
- Integrated