Sharang Parnerkar
ae008d7d25
refactor(backend/api): extract DSFA schemas + services (Step 4 — file 14 of 18)
- Create compliance/schemas/dsfa.py (161 LOC) — extract DSFACreate,
DSFAUpdate, DSFAStatusUpdate, DSFASectionUpdate, DSFAApproveRequest
- Create compliance/services/dsfa_service.py (386 LOC) — CRUD + helpers
+ stats + audit-log + CSV export; uses domain errors
- Create compliance/services/dsfa_workflow_service.py (347 LOC) — status
update, section update, submit-for-review, approve, export JSON, versions
- Rewrite compliance/api/dsfa_routes.py (339 LOC) as thin handlers with
Depends + translate_domain_errors(); re-export legacy symbols via __all__
- Add [mypy-compliance.api.dsfa_routes] ignore_errors = False to mypy.ini
- Update tests: 422 -> 400 for domain ValidationError (6 assertions)
- Regenerate OpenAPI baseline (360 paths / 484 operations — unchanged)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 19:20:48 +02:00
..
2026-04-09 19:20:48 +02:00
2026-04-07 18:39:40 +02:00
2026-03-05 00:36:24 +01:00
2026-03-12 19:55:06 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 14:12:34 +01:00
2026-03-07 19:00:33 +01:00
2026-03-04 17:43:29 +01:00
2026-03-03 12:48:43 +01:00
2026-03-13 09:03:37 +01:00
2026-03-05 13:43:02 +01:00
2026-03-07 14:12:34 +01:00
2026-04-09 19:20:48 +02:00
2026-04-07 13:18:29 +02:00
2026-04-07 13:18:29 +02:00
2026-03-05 00:36:24 +01:00
2026-03-07 17:07:43 +01:00
2026-03-07 19:00:33 +01:00
2026-03-05 15:11:10 +01:00
2026-03-07 19:00:33 +01:00
2026-03-05 12:07:01 +01:00
2026-03-06 20:50:00 +01:00
2026-04-07 13:18:29 +02:00
2026-04-07 13:18:29 +02:00
2026-04-09 08:47:56 +02:00
2026-03-07 17:07:43 +01:00
2026-03-12 19:55:06 +01:00
2026-03-07 17:07:43 +01:00
2026-03-05 11:42:19 +01:00
2026-03-03 18:04:53 +01:00
2026-03-07 17:07:43 +01:00
2026-03-09 14:53:50 +01:00
2026-03-07 17:07:43 +01:00
2026-03-05 13:43:02 +01:00
2026-03-05 13:43:02 +01:00
2026-03-05 11:42:19 +01:00
2026-03-07 17:07:43 +01:00
2026-03-02 18:48:55 +01:00
2026-03-06 17:35:44 +01:00
2026-03-12 19:55:06 +01:00
2026-04-07 13:18:29 +02:00
2026-04-07 13:18:29 +02:00
2026-04-07 13:18:29 +02:00