Quick Capture
+Dump thoughts fast. You can clarify later.
+ +diff --git a/docs/WORKLOG.md b/docs/WORKLOG.md index 2f4ff60c..577fde7d 100644 --- a/docs/WORKLOG.md +++ b/docs/WORKLOG.md @@ -1836,3 +1836,16 @@ - `docs/WORKLOG.md` — record follow-up work. **Tests:** - `npx vitest run tests/services/scraping/scParallels.test.ts` + +2026-05-17 14:45 UTC - [Agent: Codex] +- Status: Complete +- Task: Build a visual HTML mockup for task manager UX with Capture / Do Next / Clarify modes and mock task sorting. +- Files: + - public/task-planner-mockup.html + - docs/WORKLOG.md +- Why: + - User requested a concrete, beautiful UI mockup (not text wireframes) focused on front-end behavior for quick capture, next-action selection, and clarification with dependencies. +- Details: + - Added a standalone local mock page with a modern glassmorphism aesthetic and 3-mode navigation. + - Implemented mock-data task list in Do Next mode with quick sort/filter by time, energy, and genre (logistical vs thinking). + - Added Clarify mode fields for next physical action and dependency edges. diff --git a/public/task-planner-mockup.html b/public/task-planner-mockup.html new file mode 100644 index 00000000..1a5c5170 --- /dev/null +++ b/public/task-planner-mockup.html @@ -0,0 +1,226 @@ + + +
+ + +Dump thoughts fast. You can clarify later.
+ +