Model/infrastructure/postgres
Khalim Conn-Kowlessar 6a4039c486 feat(classifier): GREEN — classify + finalise the Boiler Efficiency Band
New boiler_efficiency_band classifier column (handler.py) reading the shared
Heating source header via the deterministic guard (LLM fallback -> UNKNOWN),
cached in landlord_boiler_efficiency_band_overrides. override_component mirror +
cache-table pgEnum are FE-owned (deferred/Class-A/B — no deploy until the Drizzle
migration lands). Finaliser treats the band as an OPTIONAL component: UNKNOWN ->
skip (no row), not fail-loud like the mandatory ones (ADR-0068).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-29 16:32:42 +00:00
..
modelling Scenario carries its Fabric First flag from the scenario table 🟩 2026-07-09 11:44:31 +00:00
__init__.py added postcode splitter rewrite to ddd 2026-05-19 16:35:09 +00:00
bulk_address_upload_table.py tests files 2026-06-04 11:47:42 +00:00
condition_tables.py Relocate condition-data ingestion into the DDD layout 🟪 2026-07-13 14:51:25 +00:00
config.py added postcode splitter rewrite to ddd 2026-05-19 16:35:09 +00:00
engine.py fix db issues 2026-06-23 16:36:59 +00:00
epc_property_table.py Persist the water-only community DHW network across the DB round-trip 🟩 2026-07-29 14:32:57 +00:00
landlord_boiler_efficiency_band_override_table.py feat(classifier): GREEN — classify + finalise the Boiler Efficiency Band 2026-07-29 16:32:42 +00:00
landlord_built_form_type_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_construction_age_band_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_glazing_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_main_fuel_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_main_heating_system_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_override_enums.py landlord overrid orchestration 2026-05-26 15:27:45 +00:00
landlord_property_type_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_roof_type_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_wall_type_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
landlord_water_heating_override_table.py Group landlord property-override enums under domain/epc/property_overrides 🟪 2026-06-19 14:49:58 +00:00
magic_plan_tables.py Window carries no opening_type — ventilation table is the sole persistence point 🟩 2026-06-08 09:45:15 +00:00
product_table.py Map the default plan's selected measures onto the export row 🟥 2026-07-13 23:29:26 +00:00
property_baseline_performance_table.py Round-trip a null Lodged Performance through persistence 🟩 2026-06-30 22:13:04 +00:00
property_details_spatial_table.py feat(spatial): per-UPRN cache repo for the OS spatial reference 2026-06-04 17:15:51 +00:00
property_override_table.py feat(classifier): GREEN — classify + finalise the Boiler Efficiency Band 2026-07-29 16:32:42 +00:00
property_table.py Legacy property columns no longer resolve type or built form 🟩 2026-07-07 12:52:11 +00:00
solar_table.py 17.1 and 18 done by claude 2026-06-12 12:52:36 +00:00
subtask_table.py added postcode splitter rewrite to ddd 2026-05-19 16:35:09 +00:00
task_table.py Read the property selection from task.inputs; route takes only task_id 🟩 2026-07-08 10:41:14 +00:00
uploaded_file_table.py UploadedFile, FileTypeEnum, FileSourceEnum importable from infrastructure.postgres.uploaded_file_table 🟩 2026-06-09 11:50:51 +00:00