feat(behandelplan): E3 UI componenten en documentatie updates
Behandelplan UI (E3): - page-client.tsx: Client-side behandelplan pagina - actions.ts: Server actions voor CRUD operaties - behandelplan-view.tsx: Volledige behandelplan weergave - behandelplan-list.tsx: Lijst van behandelplannen - editable-section.tsx: Herbruikbare edit sectie component - sections/: Goal, intervention en behandelstructuur forms UI Componenten: - components/ui/checkbox.tsx (shadcn) - components/ui/input.tsx (shadcn) - components/ui/select.tsx (shadcn) Documentatie: - agenda-systeem.mdx toegevoegd - _index.json en metadata.json bijgewerkt Dependencies: - @radix-ui/react-checkbox toegevoegd 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -100,12 +100,20 @@
|
||||
"order": 7,
|
||||
"status": "active"
|
||||
},
|
||||
{
|
||||
"slug": "agenda",
|
||||
"title": "Agenda Systeem",
|
||||
"group": "features",
|
||||
"description": "Behandelaar agenda met kalender, afspraken en verslaglegging integratie",
|
||||
"order": 8,
|
||||
"status": "completed"
|
||||
},
|
||||
{
|
||||
"slug": "treatment-planning",
|
||||
"title": "Behandelplanning",
|
||||
"group": "features",
|
||||
"description": "SMART doelen en voortgang monitoring",
|
||||
"order": 8,
|
||||
"order": 9,
|
||||
"status": "planned"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user