Commit graph

16 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
a0fa676230 Map peabody data to new structure 🟥 2026-01-27 13:53:09 +00:00
Daniel Roth
6a2bb26bae Redefine conditions data structures. Mapping tests broken 2026-01-27 13:29:06 +00:00
Daniel Roth
5ab07d6903 make element keys and values consistent 2026-01-27 09:07:12 +00:00
Daniel Roth
eaf793011b remaining lbwf mappings 2026-01-26 16:20:21 +00:00
Daniel Roth
1bd7117097 final peabody element mappings 2026-01-26 14:27:52 +00:00
Daniel Roth
3da9a643e0 more peabody mappings 2026-01-26 12:37:57 +00:00
Daniel Roth
793ae8098f More peabody -> domain mapping 2026-01-26 10:25:03 +00:00
Daniel Roth
2d77511650 Map remaining Peabody EXTERNAL elements 2026-01-23 17:11:11 +00:00
Daniel Roth
7741373671 Map more peabody elements 2026-01-23 15:54:53 +00:00
Daniel Roth
7f74c892e6 make a note of missing element codes and tidy up HHSRS 2026-01-22 17:04:06 +00:00
Daniel Roth
212d62e835 Map to new dataclasses from LBWF objects 🟩 2026-01-22 16:28:10 +00:00
Daniel Roth
03fb727994 Remodel dataclasses map from LBWF objects 🟥 2026-01-22 15:00:58 +00:00
Daniel Roth
3289dc226d Rename Element to LbwfElement 2026-01-22 13:28:51 +00:00
Daniel Roth
c8abc19e59 Map LbwfHouse to AssetCondition list 🟥 2026-01-20 17:18:51 +00:00
Daniel Roth
694bb0b569 Define classes 2026-01-20 15:57:56 +00:00