mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
editing prep property ui surfaces logic
This commit is contained in:
parent
fcbaf58a40
commit
3afeeac1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue