dak.c2s/backend/app
CCS Admin f4afea7f85 feat: historical Excel import (Abrechnung_DAK.xlsx)
Add service and standalone script to import all cases from the master
Excel workbook into the database. Handles 5 year-sheets (2020-2022,
2023, 2024, 2025, 2026) with dynamic column mapping, fallgruppe
normalization, boolean/date parsing, phone number formatting, and
duplicate detection. Supports dry-run mode and per-sheet import.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:58:04 +00:00
..
api feat: admin API, audit logging, notifications, create_admin script 2026-02-24 07:48:41 +00:00
core feat: JWT auth, bcrypt, MFA, dependency injection, security tests 2026-02-24 07:41:35 +00:00
models feat: SQLAlchemy models for users, cases, reports, audit 2026-02-24 07:28:33 +00:00
schemas feat: import service with duplicate detection and fall_id generation 2026-02-24 07:49:15 +00:00
services feat: historical Excel import (Abrechnung_DAK.xlsx) 2026-02-24 07:58:04 +00:00
utils feat: utility functions — fallgruppe mapping, KW calc, ICD/KVNR validation 2026-02-24 07:41:09 +00:00
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
config.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
database.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
main.py feat: admin API, audit logging, notifications, create_admin script 2026-02-24 07:48:41 +00:00