mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
wrote to do list on whats left
This commit is contained in:
parent
48eb492bdf
commit
23d83605fb
2 changed files with 5 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ if __name__ == "__main__":
|
|||
# Current todo list
|
||||
|
||||
# - [x] Finish off scraping for section that I need to finish
|
||||
# - [] Pydantic format for deemed report
|
||||
# - [in progress] Pydantic format for deemed report
|
||||
# - [] Generate deemed report
|
||||
# - [] Docker compose to an sql database in docker compose (2 hours, then work on sql)
|
||||
# - [] Deploy via terraform to aws (1 day)
|
||||
|
|
@ -41,12 +41,13 @@ class QuidosSiteNotesExtractor(SiteNotesExtractor):
|
|||
# Saves windows till the end as that requires thought
|
||||
# self.get_section_11()
|
||||
|
||||
|
||||
# start section 12, should just be dict_
|
||||
# self.get_section_13()
|
||||
# Heaters require thought so will complete later
|
||||
# self.get_section_14()
|
||||
# self.get_section_14_1()
|
||||
# self.get_section_14_2()
|
||||
|
||||
|
||||
# These one are quick fixes can be done on train or one at a time
|
||||
# self.get_section_15_0()
|
||||
# self.get_section_15_1()
|
||||
# self.get_section_16()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue