hp-prod-tracker/src/lib
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
..
automation feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
chat feat: add relevanceScore to EntityCard and update entity extraction logic 2026-03-12 17:27:11 -05:00
pipeline feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
rbac feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
services feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
validators feat: add revision history timeline (A4) and feedback checklist (A5) 2026-03-17 22:19:11 -05:00
api-utils.ts feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
auth.ts Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
prisma.ts Add Prisma 7 schema with full data model and seed script 2026-02-28 21:06:17 -06:00
utils.ts Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00