assessment-model/src/app
Khalim Conn-Kowlessar e4960db2c1 feat(epc): persist 7 calculator-read fields dropped on save
A recursive persistence-fidelity guard surfaced 7 fields the SAP calculator
reads but the epc_property projection had no column for, so they were silently
lost on save->reload (same bug class as the PV arrays / floor flags). All
additive, nullable except the PV-diverter bool; no backfill (defaults match
the domain defaults).

- epc_main_heating_detail: community_heating_boiler_fuel_type,
  community_heating_chp_fraction (community-heated CHP).
- epc_building_part: alt_wall_1_is_sheltered, alt_wall_2_is_sheltered, and
  wall_insulation_thermal_conductivity (jsonb to preserve Union[int,str]).
- epc_property: energy_pv_diverter_present (NOT NULL DEFAULT false),
  heating_cylinder_volume_measured_l, ventilation_air_permeability_ap50_m3_h_m2.

Includes generated migration 0246_minor_lady_bullseye.sql + snapshot/journal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-26 18:34:45 +00:00
..
actions added missing files 2026-04-11 08:05:41 +00:00
api route of the address2uprn problem of float value 2026-06-08 09:38:48 +00:00
auth Drop useEffect from VerifyCodeForm; replace tick-based countdown 2026-05-27 14:50:05 +00:00
components Confirm invitation accept with a dialog + refresh portfolios list 2026-05-28 10:55:34 +00:00
db feat(epc): persist 7 calculator-read fields dropped on save 2026-06-26 18:34:45 +00:00
domna updated loading state 2025-11-03 19:46:47 +00:00
email_templates Unify invitation flow: explicit accept/decline via profile-menu notifications 2026-05-28 09:43:13 +00:00
engineDb minor, created engineDB folder but not going to proceed for the moment 2023-08-10 10:56:39 +01:00
help added favicon 2026-01-26 12:45:42 +00:00
home Fixing auth options export issue 2025-10-28 11:49:19 +00:00
hooks hot fix of src -> app 2024-12-05 17:16:05 +00:00
lib Gate user-access page behind admin privilege; allow admin role assignment 2026-05-27 16:40:34 +00:00
onboarding changing name 2025-11-10 20:53:28 +00:00
portfolio/[slug] Show UPRN on selected address in remote assessment 2026-06-25 14:50:36 +00:00
shadcn_components/ui Surface coordinator damp & mould commentary in the risk drill-down 2026-05-28 14:58:23 +00:00
types added delete 2026-01-07 15:15:21 +00:00
utils refactored with improve-code-archievture and grill-with-docs 2026-05-06 15:49:34 +00:00
verify/[token] added acceptance based login to work around microsoft defender 2026-03-10 18:53:37 +00:00
globals.css doesn't mount straight away and reload data - keeps it stale with cache 2026-01-07 11:33:20 +00:00
layout.tsx re-vamping ara ui 2026-04-08 10:29:14 +00:00
page.tsx save new login screen 2025-12-08 10:03:40 +00:00
ReactQueryProvider.tsx Adding page layout, added react query 2023-05-30 11:41:08 +01:00
utils.test.ts moving the documents ui to the deal page view 2026-05-08 10:45:40 +00:00
utils.ts added tests for pre sap ui with removed duplication 2026-05-08 09:02:21 +00:00