mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
updated further
This commit is contained in:
parent
3a871f59be
commit
8b1b186532
1 changed files with 26 additions and 2 deletions
|
|
@ -1,5 +1,29 @@
|
|||
from etl.transform.preSiteNoteTypes import BaseModel
|
||||
|
||||
|
||||
class ConditionReport(BaseModel):
|
||||
property_reference_code: str
|
||||
property_reference_code: str
|
||||
|
||||
|
||||
|
||||
class ShowerAndBath(BaseModel):
|
||||
do_you_know_the_number_of_showers_per_day_or_per_week: str
|
||||
do_you_know_the_number_of_baths_per_day_or_per_week: str
|
||||
number_of_showers: str
|
||||
|
||||
class Appliances(BaseModel):
|
||||
no_of_fridges: int
|
||||
no_of_freezers: int
|
||||
no_of_fridge_freezers: int
|
||||
cooker_type: str
|
||||
cooker_normal_or_large: str
|
||||
cooker_range_fuel: str
|
||||
tumble_dryer: str
|
||||
tumble_dryer_percentage_of_annual_use: int
|
||||
space_for_outdoor_drying: bool
|
||||
evidence_of_twelve_months_of_fuel_bill_data: bool
|
||||
|
||||
|
||||
class VentilationChecklist(BaseModel):
|
||||
intermittent_extract_ventilation: bool
|
||||
continous_mechanical_extract_ventilation: bool
|
||||
mechanical_ventilation_with_heat_recovery: bool
|
||||
Loading…
Add table
Reference in a new issue