dak.c2s/backend/tests
CCS Admin 56c0c6e662 fix: remove patient names from coding template and restrict to admin
- Remove Nachname/Vorname columns from ICD coding template (DSGVO)
- Restrict /cases/coding-template endpoint to admin-only
- ICD import reads last column for backwards compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 17:20:28 +00:00
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
conftest.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
test_csv_parser.py feat: CRM CSV parser with pipe-delimited contact parsing 2026-02-24 07:45:34 +00:00
test_icd_service.py fix: remove patient names from coding template and restrict to admin 2026-02-26 17:20:28 +00:00
test_import.py feat: auto-update fall_id when KVNR is entered on a case 2026-02-26 17:09:50 +00:00
test_security.py feat: JWT auth, bcrypt, MFA, dependency injection, security tests 2026-02-24 07:41:35 +00:00
test_utils.py feat: utility functions — fallgruppe mapping, KW calc, ICD/KVNR validation 2026-02-24 07:41:09 +00:00