Files
triqura-ecd/content/nl/documentatie/_index.json
colinislit a789bebe96 feat: rapportage API, speech recorder refactor, docs reorganisatie
Multiple features and improvements:

Reports/Rapportage API:
- Created REST API endpoints: /api/reports (GET/POST), /api/reports/[id] (GET/PATCH/DELETE)
- Added /api/reports/classify endpoint for AI classification
- Supabase migrations: reports table + RLS policies
- Server utilities: api-client.ts for DRY fetch logic
- Type definitions: lib/types/report.ts with Zod schemas
- Removed old rapportage-modal component (replaced by split-view)

Speech Recorder Refactor:
- Moved speech-recorder from intake-specific to shared components/
- Updated treatment-advice-form to use new location
- Updated intake actions for speech functionality

UI Components (shadcn):
- Added dialog, dropdown-menu, toast, toaster components
- Added use-toast hook for toast notifications

Documentation:
- Reorganized docs/release/ → docs/reports/ for better structure
- Archived old specs to docs/specs/archive/
- Added screening-system.mdx documentation
- Added rapportage-split-view-design.md
- Added UI screenshots for troubleshooting

Dependencies:
- Updated package.json and pnpm-lock.yaml
- Regenerated database.types.ts from Supabase

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 14:14:06 +01:00

171 lines
4.4 KiB
JSON

{
"groups": [
{
"id": "foundation",
"title": "Foundation",
"description": "Basis setup en infrastructuur",
"order": 1
},
{
"id": "architecture",
"title": "Architecture",
"description": "Datamodel en FHIR standaarden",
"order": 2
},
{
"id": "features",
"title": "Core Features",
"description": "EPD functionaliteit",
"order": 3
},
{
"id": "infrastructure",
"title": "Infrastructure",
"description": "Ondersteunende systemen",
"order": 4
},
{
"id": "bugs",
"title": "Bugs & Fixes",
"description": "Opgeloste bugs en troubleshooting",
"order": 5
}
],
"categories": [
{
"slug": "authentication",
"title": "Authentication",
"group": "foundation",
"description": "Login, signup en password reset",
"order": 1
},
{
"slug": "database",
"title": "Database & Schema",
"group": "foundation",
"description": "PostgreSQL schema en RLS policies",
"order": 2
},
{
"slug": "environment",
"title": "Environment Setup",
"group": "foundation",
"description": "Development en deployment configuratie",
"order": 3
},
{
"slug": "fhir-datamodel",
"title": "FHIR Datamodel",
"group": "architecture",
"description": "FHIR-compliant datamodel voor GGZ-gegevens volgens MedMIJ standaarden",
"order": 1,
"status": "active"
},
{
"slug": "fhir-api",
"title": "FHIR REST API",
"group": "architecture",
"description": "RESTful FHIR API endpoints voor data-uitwisseling",
"order": 2,
"status": "in-progress"
},
{
"slug": "dashboard",
"title": "Dashboard & Navigation",
"group": "features",
"description": "EPD layout en navigatie",
"order": 4
},
{
"slug": "client-management",
"title": "Client Management",
"group": "features",
"description": "CRUD operations voor cliënten",
"order": 5,
"status": "planned"
},
{
"slug": "screening-system",
"title": "Screening Systeem",
"group": "features",
"description": "Screening proces voor nieuwe cliënten met hulpvraag en besluitvorming",
"order": 6,
"status": "active"
},
{
"slug": "intake-system",
"title": "Intake Systeem",
"group": "features",
"description": "Intake gesprekken en gestructureerde intake-workflow",
"order": 7,
"status": "active"
},
{
"slug": "treatment-planning",
"title": "Behandelplanning",
"group": "features",
"description": "SMART doelen en voortgang monitoring",
"order": 8,
"status": "planned"
},
{
"slug": "ai-features",
"title": "AI Integrations",
"group": "features",
"description": "AI-gestuurde workflows",
"order": 9
},
{
"slug": "verpleegkundige-overdracht",
"title": "Verpleegkundige Overdracht",
"group": "features",
"description": "Efficiënte overdracht voor GGZ verpleegkundigen met ROM-metingen",
"order": 10,
"status": "planned"
},
{
"slug": "voice-controlled-reporting",
"title": "Spraakgestuurd Rapporteren",
"group": "features",
"description": "AI-gedreven spraakopname voor dictaat en metingen extractie",
"order": 11,
"status": "planned"
},
{
"slug": "hosting",
"title": "Hosting & Deployment",
"group": "infrastructure",
"description": "Vercel deployment en CI/CD",
"order": 7
},
{
"slug": "interface-design",
"title": "Interface Design System",
"group": "foundation",
"description": "Complete UI/UX specificatie en design patterns",
"order": 4
},
{
"slug": "design-system",
"title": "Design System",
"group": "infrastructure",
"description": "UI components en styling",
"order": 8
},
{
"slug": "performance",
"title": "Performance",
"group": "infrastructure",
"description": "Optimalisaties en monitoring",
"order": 9
},
{
"slug": "webpack-module-resolution",
"title": "Webpack Module Resolution",
"group": "bugs",
"description": "Fix voor Server/Client Component import issues",
"order": 10
}
]
}