dak.c2s/backend/app
CCS Admin e7befe78b6 feat: SQLAlchemy models for users, cases, reports, audit
11 models across 4 files matching the MariaDB schema:
- user.py: User, RefreshToken, InvitationLink, AllowedDomain
- case.py: Case, CaseICDCode
- report.py: WeeklyReport, YearlySummary
- audit.py: ImportLog, AuditLog, Notification

All CHECK constraints, indexes (incl. prefix index), foreign keys,
and server defaults match the SQL DDL specification exactly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 07:28:33 +00:00
..
api feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
core feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
models feat: SQLAlchemy models for users, cases, reports, audit 2026-02-24 07:28:33 +00:00
schemas feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
services feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
utils feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +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: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00