Commit graph

18 commits

Author SHA1 Message Date
Khalim Conn-Kowlessar
883028c89e P6.1 follow-on: unbox BuildingPartIdentifier at backend boundaries
Threads the strict BuildingPartIdentifier type (introduced in a8b443f6)
through the two remaining backend touchpoints:

- EpcBuildingPartModel.from_*: SQLModel column expects a string, so
  unbox the enum with .identifier.value before binding to the DB.
- documents_parser end-to-end tests: swap bare-string equality
  ("main" / "extension_1") for identity checks against the enum
  members (BuildingPartIdentifier.MAIN / EXTENSION_1).

Documents_parser test pack passes (105/105). No dedicated SQLModel test
covers EpcBuildingPartModel.from_*; the .value line is exercised
transitively via db_writer.py / local_runner.py in production.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-20 09:58:23 +00:00
Daniel Roth
51bd18e0d7 Rename window frame material column 🟩 2026-04-27 16:11:32 +00:00
Daniel Roth
e15646c341 rename example site notes to PasHub_ and add Elmhurst example 2026-04-24 13:01:51 +00:00
Daniel Roth
691d6f04a8 extend EpcPropertyData domain model with site-notes-only fields 🟩 2026-04-23 14:50:41 +00:00
Daniel Roth
146b5999dc additional fields mapped from pdf 6 🟩 2026-04-23 11:23:29 +00:00
Daniel Roth
2bf8bc6d5e additional fields mapped from pdf 5 🟩 2026-04-23 11:12:25 +00:00
Daniel Roth
c5c3f3fc83 additional fields mapped from pdf 4 🟥 2026-04-23 10:36:15 +00:00
Daniel Roth
0a1ba404ad map electric storage heater fuel type 🟥 2026-04-21 15:34:34 +00:00
Daniel Roth
5bd4e22886 map pv connection 🟥 2026-04-21 15:31:01 +00:00
Daniel Roth
22893e8645 map heating immersion type 🟥 2026-04-21 15:11:31 +00:00
Daniel Roth
f43a4d20eb map secondary heating system to secondary_heating_type 🟥 2026-04-21 11:51:14 +00:00
Daniel Roth
c558b79b68 map water heating cylinder size 🟥 2026-04-21 11:13:04 +00:00
Daniel Roth
b64c9d275f Rename cylinder_insulation_thickness to cylinder_insulation_thickness_mm 2026-04-21 11:06:21 +00:00
Daniel Roth
0e30d81fe1 map water heating cylinder thickness 🟥 2026-04-21 11:01:01 +00:00
Daniel Roth
5945c31de5 Popualte shower outlets 🟥 2026-04-20 13:15:24 +00:00
Daniel Roth
b9bb580ebd Get building part roof insulation information from Roof Space section 🟥 2026-04-20 12:58:19 +00:00
Daniel Roth
78773ca633 Get floor number from floor name 🟥 2026-04-20 12:50:30 +00:00
Daniel Roth
0a8b9e0767 Include inspection metadata in output 2026-04-20 09:04:54 +00:00