feat(web): task management with list view and kanban board #86

Merged
jason.woltje merged 1 commits from feat/p3-004-task-management into main 2026-03-13 13:28:17 +00:00

1 Commits

Author SHA1 Message Date
c0b798daf3 feat(web): task management with list view and kanban board
Add task management page with dual view modes (list table and kanban
columns). Tasks are fetched from the gateway API and displayed with
status badges, priority indicators, and due dates. Kanban columns
map to task statuses: not-started, in-progress, blocked, done.

Components: TaskCard, KanbanBoard, TaskListView
Types: Task, TaskStatus, TaskPriority, Project, ProjectStatus

Refs #29

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 08:27:38 -05:00