wrote to do list on whats left

This commit is contained in:
Jun-te Kim 2025-03-16 15:49:32 +00:00
parent 48eb492bdf
commit 23d83605fb
2 changed files with 5 additions and 4 deletions

View file

@ -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)

View file

@ -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()