dak.c2s/frontend/src
CCS Admin 1612d449c0 fix: make nachname nullable in CaseResponse to support data masking
CaseResponse.nachname was required (str) but the masking function sets
it to None for dak_mitarbeiter. This caused Pydantic validation errors
(500) making the case list empty for non-admin users.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 16:24:56 +00:00
..
components feat: add disclosure admin route and sidebar entry 2026-02-26 16:14:14 +00:00
context feat: add profile/avatar/MFA types and service functions 2026-02-26 09:42:46 +00:00
hooks feat: add dark mode toggle in header and login page 2026-02-24 10:02:41 +00:00
lib feat: frontend setup — React, Vite, TypeScript, Tailwind CSS v4, shadcn/ui 2026-02-24 08:14:36 +00:00
pages feat: add admin disclosures page for reviewing data access requests 2026-02-26 16:13:13 +00:00
services feat: add disclosure types and service functions 2026-02-26 16:08:38 +00:00
types fix: make nachname nullable in CaseResponse to support data masking 2026-02-26 16:24:56 +00:00
App.tsx feat: add disclosure admin route and sidebar entry 2026-02-26 16:14:14 +00:00
index.css feat: frontend setup — React, Vite, TypeScript, Tailwind CSS v4, shadcn/ui 2026-02-24 08:14:36 +00:00
main.tsx feat: frontend setup — React, Vite, TypeScript, Tailwind CSS v4, shadcn/ui 2026-02-24 08:14:36 +00:00