editing prep property ui surfaces logic

This commit is contained in:
Khalim Conn-Kowlessar 2026-05-13 20:10:39 +00:00
parent fcbaf58a40
commit 3afeeac1b5

View file

@ -48,7 +48,7 @@ The contracts this PRD defines are the inputs each sub-PRD consumes.
3. **Make every service unit-testable against fakes** — no test needs a real DB, a real gov API, or a real ML lambda to verify business logic.
4. **Establish a single `Property` aggregate root** as the domain centrepiece; all 9 modelling concerns are slices of one aggregate.
5. **Versioned ML data contract** — the EPC-to-features transform is the single shared artifact between this repo and the autogluon repo.
6. **Per-property UI surfaces** — fetched data is shown to users for review and override **before** modelling runs; modelling is triggered separately.
6. **Per-property UI surfaces** — fetched data can be shown to users for review and override **before** modelling runs; modelling is triggered separately. This will enable a landlord facing version of the product where we fetch the open data, present back to the user for review and then perform tbe modelling.
### 2.2 Non-goals