Commit graph

10 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
735e83cef2 Relocate condition-data ingestion into the DDD layout 🟪
Behaviour-preserving lift-and-shift of the condition module out of legacy
backend/condition/ into domain/condition, infrastructure/condition,
infrastructure/postgres/condition_tables.py, repositories/condition,
applications/condition, and tests/condition. Imports rewritten to the DDD
paths; ConditionPostgres and the ORM models keep the legacy backend.app.db
Base/db_session bridges so the existing suite proves behaviour is unchanged
(SQLModel + session-DI conversion tracked as a follow-up in ADR-0064).

16 condition tests pass at the new location.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 14:51:25 +00:00
Daniel Roth
df6c42933a do the database write 2026-02-10 09:59:23 +00:00
Daniel Roth
da34b99251 tidy up logs further 2026-02-10 09:43:55 +00:00
Daniel Roth
d4b444f49b Fix bad log 2026-02-10 09:43:18 +00:00
Daniel Roth
b026a7ae9e log db session but dont write to db 2026-02-10 09:02:44 +00:00
Daniel Roth
d83d73c129 Local postgres within devcontainer, plus fixes so data loads into db 2026-01-29 16:11:16 +00:00
Daniel Roth
67ea36348e correct dash in log 2026-01-29 12:49:09 +00:00
Daniel Roth
32555640c9 Load surveys to database as part of processing 2026-01-29 12:15:52 +00:00
Daniel Roth
c1d480b87d map survey to model 🟩 2026-01-29 09:33:34 +00:00
Daniel Roth
47b416e5cb map survey to model 🟥 2026-01-28 18:06:18 +00:00