mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-08-03 05:18:22 +00:00
Adds parse_hs_yes_no rather than reusing parse_hs_bool: that one reads a
HubSpot checkbox ("true"/"false") and would call "Yes" false. Anything
that is neither yes nor no parses to None, so an unanswered dropdown
never reads as "answered No".
The differ gets its own yes_no_fields block alongside bool_fields, since
the two lists need different parsers.
The epc_lodged_deal column still has to be created by a migration in
Hestia-Homes/assessment-model before this can write.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| access_reporting | ||
| air_source_heat_pump | ||
| battery_model | ||
| bill_savings | ||
| costs | ||
| customers | ||
| eligibility | ||
| energy_efficiency | ||
| epc | ||
| epc_clean | ||
| find_my_epc | ||
| funding | ||
| hubspot | ||
| land_registry | ||
| lodgement | ||
| non_intrusive_surveys | ||
| ownership | ||
| property_dimensions | ||
| property_valuation | ||
| route_march/oo_prs_additional_units | ||
| sfr | ||
| solar | ||
| spatial | ||
| testing_data | ||
| wall_area | ||
| webscrape | ||
| xml_survey_extraction | ||
| __init__.py | ||