- Add GET /documents API endpoint in dashboard routes - Add getAllDocuments store method with search support in core - Add useDocuments hook and API wrapper for frontend consumption - Add DocumentsView component with search, grouping by type/status, and sortable columns - Add Documents nav item to Header and MobileNavBar with route /documents - Integrate DocumentsView into App routing - Add tests for DocumentsView and useDocuments hook - Add changeset for @gsxdsm/fusion
6 lines
429 B
Markdown
6 lines
429 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Add a top-level "Documents" navigation view to the dashboard that aggregates and displays all task documents across the project. Users can browse, search, and read all documents (plans, notes, research, etc.) from a single location without opening individual tasks. Documents are grouped by task with inline expand/collapse, search/filter functionality, and direct navigation to the source task.
|