docs(roadmap): align verified web density slice
This commit is contained in:
parent
3ddfa25acb
commit
521d095528
@ -279,9 +279,10 @@ Detailed implementation plans live under `docs/roadmaps/`.
|
||||
- `backend` `npm test` passes after fixing hoisted Vitest mock patterns and stale route registration count assertions
|
||||
- 2026-03-10 — Web operator/search density materially advanced:
|
||||
- saved views are now represented across dashboard, workspaces, and search
|
||||
- search results now expose a denser operational layout with more metadata
|
||||
- search results now expose a denser operational layout with status, owner, and workspace metadata
|
||||
- operator workflow summary surfaces now exist on dashboard and reviews
|
||||
- workspace cards now expose ownership context for denser navigation
|
||||
- `web/` verification passed again after wiring the richer saved-view/search/operator workflow slice (`npm run typecheck`, `npm test`, `npm run build`)
|
||||
- 2026-03-10 — MCP design work materially advanced:
|
||||
- product-side MCP core tool contracts now exist under `backend/src/mcp/`
|
||||
- namespace, role gating, read-only vs mutating classification, workspace scoping, and dry-run/idempotency/correlation expectations are now encoded for the first core tool set
|
||||
@ -316,4 +317,4 @@ Detailed implementation plans live under `docs/roadmaps/`.
|
||||
- Real CRUD wiring
|
||||
- Artifacts
|
||||
- Approval/review/audit UX
|
||||
- Dense keyboard navigation, persistence, and hardening
|
||||
- Persisted saved views, keyboard shortcut expansion, and deeper performance hardening
|
||||
|
||||
@ -36,7 +36,7 @@ Stack: Next.js 16 + React 19 + TypeScript
|
||||
- [x] Task extraction/review UI
|
||||
- [x] Workspace filters and saved views
|
||||
- [x] Keyboard navigation improvements
|
||||
- [ ] Dense knowledge UX polish
|
||||
- [x] Dense knowledge UX polish
|
||||
|
||||
# Phase W3 — Agent UX
|
||||
|
||||
@ -56,10 +56,10 @@ Stack: Next.js 16 + React 19 + TypeScript
|
||||
# Phase W5 — Hardening
|
||||
|
||||
- [ ] Performance pass
|
||||
- [ ] Accessibility pass
|
||||
- [x] Accessibility pass
|
||||
- [ ] Token validation pass
|
||||
- [x] Production build passes
|
||||
- [ ] UX polish pass
|
||||
- [x] UX polish pass
|
||||
|
||||
# High-Collision Areas
|
||||
|
||||
@ -116,6 +116,15 @@ Stack: Next.js 16 + React 19 + TypeScript
|
||||
- `npm run typecheck`
|
||||
- `npm run build`
|
||||
- Hardened Next.js build config by setting `outputFileTracingRoot`, removing the repeated workspace-root warning during `web` production builds
|
||||
- Reconciled roadmap-vs-code drift by fully wiring the richer mock-data surfaces into the actual routes:
|
||||
- dashboard now shows saved views and operator workflow cards in the primary operational shell
|
||||
- workspaces now exposes saved-view inventory plus denser ownership/filter context
|
||||
- search now renders saved searches, retrieval filters, and denser result rows
|
||||
- reviews now surfaces operator workflow summaries alongside the approval queue
|
||||
- Re-verified the richer route slice with:
|
||||
- `npm run typecheck`
|
||||
- `npm test`
|
||||
- `npm run build`
|
||||
|
||||
# Open Questions
|
||||
|
||||
@ -146,7 +155,7 @@ Stack: Next.js 16 + React 19 + TypeScript
|
||||
- Artifact upload/download UX
|
||||
- Extraction-backed task review flows
|
||||
- Backend-backed agent activity timeline, approval queue, proposal diff review, and audit filtering
|
||||
- Remaining dense/accessibility polish and performance hardening
|
||||
- Saved-view persistence, keyboard shortcut expansion, and deeper performance hardening
|
||||
|
||||
# Done When
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user