▍ humdrum codex / soft

← issues

TASK-005 TUI day page: today-only mission control

To Do feature priority: medium

created 2026-06-11 02:48

Description

New page in tui/dashboard.py showing a single unified view of today — Things tasks and Calendar events interleaved in time order, with a running 'hours left in day' indicator.

Layout:

Data: all from existing /api/sources payload — todos (Things Today), calendar (Calendar.app), weather. No new API calls needed.

Behavior: auto-refresh 60s. Completed Things tasks (if checkable) dim out. Pressing Enter on a Things task triggers the complete action (POST /api/integrations/things/complete, same as main page checkbox).

Distinct from page-personal: page-personal is a multi-source overview; this page is a single-day timeline/focus view.