dak.c2s/backend/app/api
CCS Admin efeb619b06 feat: persist Wochenübersicht exports, DAK-Mitarbeiter access + ICD upload
- Wochenübersicht exports now persisted in DB (WeeklyReport) + disk
- POST /reports/wochenuebersicht/generate replaces GET (admin-only)
- POST /reports/wochenuebersicht/upload-icd for ICD upload (all roles)
- GET /reports/list supports report_type_prefix filter
- WochenuebersichtPage: report table + ICD drag-drop upload for all roles
- Route + sidebar open to all authenticated users
- ReportsPage filters out wochenuebersicht report types

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 13:51:14 +00:00
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
admin.py feat: add reactivate and delete buttons for admin disclosure view 2026-02-27 08:25:46 +00:00
auth.py feat: add MFA disable (self-service + admin reset) endpoints 2026-02-26 09:40:57 +00:00
cases.py feat: add re-request and delete buttons for inactive disclosures 2026-02-27 08:11:08 +00:00
coding.py feat: coding queue, reports API, Excel sync 2026-02-24 08:03:17 +00:00
import_router.py feat: add audit logging for login, logout, imports, and report generation 2026-02-24 10:36:25 +00:00
notifications.py feat: admin API, audit logging, notifications, create_admin script 2026-02-24 07:48:41 +00:00
reports.py feat: persist Wochenübersicht exports, DAK-Mitarbeiter access + ICD upload 2026-02-27 13:51:14 +00:00