Files
triqura-ecd/content/nl/documentatie/client-management.mdx
colinislit e9f4ffc297 feat: add comprehensive documentation and client dashboard
- Rename releases.ts to documentatie.ts for better naming
- Add 'use client' directives to UI components for client-side rendering
- Add new documentation pages for features:
  - Client Management (CRUD operations)
  - Intake System (AI-powered intake analysis)
  - Treatment Planning (SMART goals and progress tracking)
  - Verpleegkundige Overdracht (nursing handover with ROM measurements)
  - Voice-Controlled Reporting (AI-driven speech recording)
  - Interface Design System (complete UI/UX specifications)
  - Build Errors Fix (troubleshooting guide)
- Add client dashboard page with route structure
- Update documentation index with new categories and planned features
- Refactor BentoCard to use native anchor tags instead of Button component

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-19 22:48:41 +01:00

62 lines
1.4 KiB
Plaintext

---
title: "Client Management"
category: "client-management"
group: "features"
version: "1.0.0"
releaseDate: "TBD"
status: "planned"
description: "CRUD operations voor cliënten - toevoegen, bewerken, zoeken en beheren van cliëntgegevens"
---
## Overview
Dit document beschrijft het complete client management systeem voor het Mini-ECD prototype. Het omvat alle functionaliteit voor het beheren van cliëntgegevens, van intake tot uitstroom.
**Kernfunctionaliteit:**
- Cliënt toevoegen en registreren
- Cliëntgegevens bewerken en bijwerken
- Zoeken en filteren in cliëntenlijst
- Cliëntstatus beheren (Actief, Wachtlijst, Uitgeschreven)
---
## Binnenkort beschikbaar
Deze documentatie is nog in ontwikkeling. De volgende onderwerpen worden toegevoegd:
**Cliënt Registratie:**
- Nieuwe cliënt formulier
- Verplichte velden en validatie
- BSN verificatie
- Verzekering gegevens
**Cliëntenlijst:**
- Overzicht en tabel layout
- Zoeken en filters
- Sortering en paginering
- Recent bekeken cliënten
**Cliënt Profiel:**
- Basisgegevens weergave
- Contactinformatie
- Medische informatie
- Privacy en AVG compliance
**Status Management:**
- Actieve cliënten
- Wachtlijst beheer
- Uitschrijving proces
- Archivering
---
## Gerelateerde Documentatie
**Interface:**
- [Interface Design System](/documentatie/interface-design) - UI/UX specificaties
**Toekomstige Features:**
- Intake Systeem (binnenkort)
- Behandelplanning (binnenkort)
- Database Schema (binnenkort)