Skip to content

A-FullCommitMessage: Implement a better task GUI

Choose a tag to compare

@Monochromas Monochromas released this 13 Sep 16:06
· 9 commits to master since this release
Implement a task calendar and creation workflow
Add a graphical task-management workflow that allows users to:
•
Create todo, deadline, and event tasks through a dialog
•
View scheduled tasks within an inclusive date range
•
Mark and unmark tasks directly from the calendar view
•
Return to the date-range selection screen
•
Display validation and parser errors in the interface
Expose task completion and scheduling data through accessors, and provide a read-only task list view for the GUI. Preserve task persistence through the existing storage and parser components.