Files
stack/docs/TASKS.md
Jason Woltje 7a8b22c21b
All checks were successful
ci/woodpecker/push/web Pipeline was successful
feat(web): add theme definition system with 5 built-in themes
Create the theme architecture layer for MS18: TypeScript theme
definitions, theme registry, and 5 built-in themes (Dark, Light,
Nord, Dracula, Solarized Dark). Each theme provides complete CSS
variable overrides via a typed ThemeDefinition interface.

Refs: #487

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 07:52:07 -06:00

8.4 KiB

Tasks — MS18 Theme & Widget System

Single-writer: orchestrator only. Workers read but never modify.

id status description issue repo branch depends_on blocks agent started_at completed_at estimate used notes
TW-PLAN-001 done Plan MS18 task breakdown, create milestone + issues, populate TASKS.md TW-THM-001,TW-WDG-001,TW-EDT-001,TW-KBN-001 orchestrator 2026-02-23 2026-02-23 15K ~12K Planning complete, all artifacts committed
TW-THM-001 in-progress Theme architecture — Create theme definition interface, theme registry, and 5 built-in themes (Dark, Light, Nord, Dracula, Solarized) as TS files #487 web feat/ms18-theme-architecture TW-PLAN-001 TW-THM-002,TW-THM-003 worker 2026-02-23 30K
TW-THM-002 not-started ThemeProvider upgrade — Load themes dynamically from registry, apply CSS variables, support instant theme switching without page reload #487 web TBD TW-THM-001 TW-THM-003,TW-VER-002 worker 25K
TW-THM-003 not-started Theme selection UI — Settings page section with theme browser, live preview swatches, persist selection to UserPreference.theme via API #487 web TBD TW-THM-001,TW-THM-002 TW-VER-002 worker 25K
TW-WDG-001 not-started Widget definition seeding — Seed 7 existing widgets into widget_definitions table with correct sizing constraints and configSchema #488 api TBD TW-PLAN-001 TW-WDG-002 worker 15K
TW-WDG-002 not-started Dashboard → WidgetGrid migration — Replace hardcoded dashboard layout with WidgetGrid, load/save layout via UserLayout API, default layout on first visit #488 web TBD TW-WDG-001 TW-WDG-003,TW-WDG-004,TW-WDG-005 worker 40K
TW-WDG-003 not-started Widget picker UI — Drawer/dialog to browse available widgets from registry, preview size/description, add to dashboard #488 web TBD TW-WDG-002 TW-VER-001 worker 25K
TW-WDG-004 not-started Widget configuration UI — Per-widget settings dialog using configSchema, configure data source/filters/colors/title #488 web TBD TW-WDG-002 TW-VER-001 worker 30K
TW-WDG-005 not-started Layout management UI — Save/rename/switch/delete layouts, reset to default. UI controls in dashboard header area #488 web TBD TW-WDG-002 TW-VER-001 worker 20K
TW-EDT-001 not-started Tiptap integration — Install @tiptap/react + extensions, build KnowledgeEditor component with toolbar (headings, bold, italic, lists, code, links, tables) #489 web TBD TW-PLAN-001 TW-EDT-002 worker 35K
TW-EDT-002 not-started Markdown round-trip + File Manager integration — Import markdown to Tiptap, export to markdown + HTML. Replace textarea in knowledge create/edit #489 web TBD TW-EDT-001 TW-VER-001 worker 30K
TW-KBN-001 not-started Kanban filtering — Add filter bar (project, assignee, priority, search). Support project-level and user-level views. URL param persistence #490 web TBD TW-PLAN-001 TW-VER-001 worker 30K
TW-VER-001 not-started Tests — Unit tests for new components, update existing tests, fix any regressions #491 web TBD TW-WDG-003,TW-WDG-004,TW-WDG-005,TW-EDT-002,TW-KBN-001 TW-VER-002,TW-DOC-001 worker 25K
TW-VER-002 not-started Theme verification — Verify all 5 themes render correctly on all pages, no broken colors/contrast issues #491 web TBD TW-THM-003,TW-VER-001 TW-DOC-001 worker 15K
TW-DOC-001 not-started Documentation updates — TASKS.md, manifest, scratchpad, PRD status updates #491 TW-VER-001,TW-VER-002 TW-VER-003 orchestrator 10K
TW-VER-003 not-started Deploy to Coolify + smoke test — Deploy, verify themes/widgets/editor/kanban all functional, auth working, no console errors #491 TW-DOC-001 orchestrator 15K

Summary

Metric Value
Total tasks 16
Completed 1 (PLAN-001)
In Progress 1 (THM-001)
Remaining 14
PRs merged
Issues closed
Milestone MS18-ThemeWidgets