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>
This commit is contained in:
61
content/nl/documentatie/client-management.mdx
Normal file
61
content/nl/documentatie/client-management.mdx
Normal file
@@ -0,0 +1,61 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user