Goal
Allow users to log notes on each done for more reflection
Overview
Allow users to add notes to individual dones, doings, and delayed tasks. Enable reflection on accomplishments, mistakes, insights etc.
User Interface
- Textarea field below task detail on task view
- Labelled "Notes" or "Reflections"
- Support rich text formatting
- Save button to persist notes
Task View
- Indicator if note exists on task
- Click to expand/collapse note section
- Editable after expanding notes
Data Model
Task
- text
- status
- details
- notes (text)
Features