hp-prod-tracker/src
Leivur R. Djurhuus 05061baf26 feat: add revision history timeline (A4) and feedback checklist (A5)
A4 — Revision History Timeline:
- Collapsible right panel with vertical timeline of all revision rounds
- Each node shows thumbnail, status badge, timestamp, annotation count,
  comment summary, and decision record
- Keyboard navigation (up/down arrows), auto-scroll to active round
- Filter by rounds with feedback, "Compare from here" action
- Enriched revision data hook aggregating annotations + comments

A5 — Feedback Checklist:
- FeedbackItem model with severity (Critical/Major/Minor/Suggestion),
  status flow (Open → In Progress → Resolved → Verified), and
  carry-forward between revision rounds
- Auto-creation from annotations (non-blocking, post-transaction)
- Checklist panel in review page with progress bar, severity grouping,
  resolve-with-note flow, verify/reopen actions
- FeedbackIndicator badge on stage cards in deliverable detail page
- CRUD API routes + TanStack Query hooks
- Prisma schema additions (requires db push)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 22:19:11 -05:00
..
app feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
components feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
hooks feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
lib feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
stores feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
types Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
middleware.ts Add dev bypass for authentication checks in middleware and session retrieval 2026-02-28 22:23:14 -06:00