diff --git a/etl/development.py b/etl/development.py index e0f093a..da99b31 100644 --- a/etl/development.py +++ b/etl/development.py @@ -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) \ No newline at end of file diff --git a/etl/pdfReader/sitenotes.py b/etl/pdfReader/sitenotes.py index e6058e8..d82cbbd 100644 --- a/etl/pdfReader/sitenotes.py +++ b/etl/pdfReader/sitenotes.py @@ -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()