Tan Chia Chun’s Project Portfolio Page
Overview
Project NEXT provides a quick command line tool for GTD enthusiasts and daily practitioners who prefer the speed of text input, to input and organize their daily tasks in the GTD way.
It provides commands to add tasks into Inbox, and set tasks as Next, Wait, Some(day), Proj(ect), Done. Project can have maximum of 2 layers of nesting. Users can easily put tasks from Inbox to be under any project. With above, GTD flow can be followed completely.
Summary of Contributions
Code contributed
Kindly follow this link to the tp Code Dashboard
Enhancements implemented
- Flatten hierarchies of
GtdListandGtdThoughtinto a singleStringArrayList, for reading and writing to Storage. - Add command
- List command
- Due command
Contributions to the UG
- Add command
- List command
- Set command
- Due command
Contributions to the DG
- Storage save feature, with Sequence Diagram
- User stories
- Non-functional requirement
Contributions to team-based tasks
- Necessary general code enhancements
- Updating user/developer docs that are not specific to a feature