dak.c2s/backend/app/api
CCS Admin dbb5afaeb9 feat: add inline report viewer with 5-tab sheet display
- Backend: GET /reports/{id}/data endpoint returns stored report JSON
- Frontend: ReportViewer component renders all 5 Excel sheets as tabs
  (KW gesamt, Fachgebiete, Gutachten, Therapieänderungen, ICD onko)
- ReportsPage: clickable rows with inline expansion to view reports
- Empty KW rows filtered, summary row at bottom, German labels
- Download button still available alongside inline view

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:57:35 +00:00
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
admin.py feat: add KPI links, My Disclosures page, and extend Admin Disclosures 2026-02-26 22:19: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 KPI links, My Disclosures page, and extend Admin Disclosures 2026-02-26 22:19:46 +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: add inline report viewer with 5-tab sheet display 2026-02-26 22:57:35 +00:00