feat(web): project detail views — missions, tasks, PRD viewer (#122) #140

Merged
jason.woltje merged 1 commits from feat/p7-011-project-views into main 2026-03-15 18:28:15 +00:00

1 Commits

Author SHA1 Message Date
644f7a9b15 feat(web): project detail views — missions, tasks, PRD viewer (#122)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
- Add /projects/[id] page with tabbed layout: Overview, Tasks, Missions, PRD
- Project list page now navigates to detail page on click
- MissionTimeline component with status-ordered progression display
- TaskStatusSummary filter bar with per-status counts
- TaskDetailModal with full task info, tags, PR links, and notes
- PrdViewer renders markdown PRD content from project metadata
- Add Mission type to shared types.ts
- Wire all views to gateway REST API with loading/error states

Closes #122
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 13:27:29 -05:00