Skip to content
Snippets Groups Projects
  1. May 29, 2021
  2. May 28, 2021
  3. May 26, 2021
  4. May 18, 2021
  5. Feb 23, 2021
  6. Feb 05, 2021
  7. Jan 30, 2021
    • thomaswoehlke's avatar
      ### 0.0.12 Release · f13ddc2e
      thomaswoehlke authored
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #55 /vaccination/tasks
      * Fixed #56 /vaccination/info
      
      ### 0.0.13 Release
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Issue #47 refactor Routes from app.py to org...who,europe,...
      * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
      * Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      * Issue #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      f13ddc2e
    • thomaswoehlke's avatar
      ### 0.0.12 Release · 5de0b8c9
      thomaswoehlke authored
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #55 /vaccination/tasks
      * Fixed #56 /vaccination/info
      
      ### 0.0.13 Release
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Issue #47 refactor Routes from app.py to org...who,europe,...
      * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
      * Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      * Issue #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      5de0b8c9
    • thomaswoehlke's avatar
      ### 0.0.12 Release · 94ff5ea7
      thomaswoehlke authored
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #55 /vaccination/tasks
      * Fixed #56 /vaccination/info
      
      ### 0.0.13 Release
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Issue #47 refactor Routes from app.py to org...who,europe,...
      * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
      * Issue #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Issue #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Issue #59 frontend: add correct breadcrumb to every page
      * Issue #60 frontend: better design for tables
      * Issue #61 frontend: better design for navtabs
      * Issue #62 frontend: better design for pages
      * Issue #63 frontend: add footer design
      * Issue #64 major refactoring: create two packages: for web app and for celery worker
      * Issue #65 major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
      94ff5ea7
    • thomaswoehlke's avatar
      Work · b017aa4d
      thomaswoehlke authored
      b017aa4d
  8. Jan 29, 2021
  9. Jan 28, 2021
  10. Jan 24, 2021
  11. Jan 23, 2021
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 7a26c4dc
      thomaswoehlke authored
      * Fixed #26 /admin/database/dump
      * Fixed #43 /europe/date_reported
      * Fixed #44 /europe/continent
      * Fixed #45 /europe/country
      * Fixed #46 /europe/country/germany
      * Fixed #50 remove unused requirements from requirements.txt
      * Fixed #51 /europe/imported
      
      ### 0.0.12 Release
      * Issue #28 /admin/database/import
      * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
      * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
      * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
      * Issue #49 EuropeServiceUpdate.__update_data_short()
      
      ### 0.0.13 Release
      * Issue #47 refactor Routes from app.py to org...who,europe,...
      * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
      
      ### 0.0.14 Release
      * Issue #5 Visual Graphs for Data per Countries order by Date
      7a26c4dc
  12. Jan 22, 2021
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 1e971e8f
      thomaswoehlke authored
      * Issue #43 /europe/date_reported
      * Issue #44 /europe/continent
      * Issue #45 /europe/country
      * Issue #46 /europe/data
      * Issue #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
      * Issue #40 SQLalchemy instead of SQL: EuropeDataImportTable.get_date_rep()
      * Issue #41 SQLalchemy instead of SQL: EuropeDataImportTable.get_countries_of_continent()
      * Issue #42 SQLalchemy instead of SQL: WhoGlobalDataImportTable.get_new_dates_as_array()
      * Issue #47 refactor Routes from app.py to org...who,europe,...
      * Issue #48 refactor Tasks from server_mq.py to org...who,europe,...
      * Issue #49 EuropeServiceUpdate.__update_data_short()
      * Issue #50 remove unused requirements from requirements.txt
      1e971e8f
    • thomaswoehlke's avatar
      ### 0.0.10 Release · 1979cb23
      thomaswoehlke authored
      * Issue #24 update_data
      * Issue #26 /admin/database/dump
      * Fixed #29 /who/info
      * Fixed #30 /europa/info
      * Fixed #31 /rki/info
      * Fixed #32 /nrw/info
      * Fixed #33 /europe/date_reported
      * Fixed #34 /europe/continent
      * Fixed #35 /europe/country
      * Issue #36 /europe/data
      * Fixed #37 switch from RabbitMQ to Redis
      * Fixed #38 update Celery from 4 to 5
      1979cb23
  13. Jan 21, 2021
    • thomaswoehlke's avatar
      ### 0.0.10 Release · 167565f9
      thomaswoehlke authored
      * Issue #24 update_data
      * Issue #26 /admin/database/dump
      * Issue #28 /admin/database/import
      * Issue #29 /who/info
      * Issue #30 /europa/info
      * Issue #31 /rki/info
      * Issue #32 /nrw/info
      * Issue #33 /europe/date_reported
      * Issue #34 /europe/continent
      * Issue #35 /europe/country
      * Issue #36 /europe/data
      * Issue #37 switch from RabbitMQ to Redis
      * Issue #38 update Celery from 4 to 5
      167565f9
    • thomaswoehlke's avatar
      ### 0.0.10 Release · 2aa98a4b
      thomaswoehlke authored
      * Issue #24 update_data
      * Issue #26 /admin/database/dump
      * Issue #28 /admin/database/import
      * Issue #29 /who/info
      * Issue #30 /europa/info
      * Issue #31 /rki/info
      * Issue #32 /nrw/info
      * Issue #33 /europe/date_reported
      * Issue #34 /europe/continent
      * Issue #35 /europe/country
      * Issue #36 /europe/data
      * Issue #37 switch from RabbitMQ to Redis
      * Issue #38 update Celery from 4 to 5
      2aa98a4b
    • thomaswoehlke's avatar
      ### 0.0.10 Release · b8c7699e
      thomaswoehlke authored
      * Issue #24 update_data
      * Issue #26 /admin/database/dump
      * Issue #28 /admin/database/import
      * Issue #29 /who/info
      * Issue #30 /europa/info
      * Issue #31 /rki/info
      * Issue #32 /nrw/info
      * Issue #33 /europe/date_reported
      * Issue #34 /europe/continent
      * Issue #35 /europe/country
      * Issue #36 /europe/data
      * Issue #37 switch from RabbitMQ to Redis
      * Issue #38 update Celery from 4 to 5
      b8c7699e
  14. Jan 20, 2021
  15. Jan 19, 2021
    • thomaswoehlke's avatar
      ### 0.0.9 Release · 38e3b72e
      thomaswoehlke authored
      * Fixed #18 /europe/update: Download
      * Fixed #19 /europe/update: Import File to DB
      * Issue #20 /europe/update: Update DB
      * Issue #21 update_date_reported
      * Issue #22 update_continent
      * Issue #23 update_country
      * Issue #24 update_data
      * Issue #3 ORM: 3NF for ecdc_europa_data_import
      * Issue #4 data update for 3NF ecdc_europa_data_import
      38e3b72e
    • thomaswoehlke's avatar
      ### 0.0.8 Release · 2e63581f
      thomaswoehlke authored
      * Fixed #13 /who/imported/
      * Fixed #14 /europe/imported/
      * Fixed #15 /who/update: Download
      * Fixed #16 /who/update: Import File to DB
      * Issue #17 /who/update: Update DB
      * Issue #3 ORM: 3NF for ecdc_europa_data_import
      * Issue #4 data update for 3NF ecdc_europa_data_import
      2e63581f
  16. Jan 14, 2021
Loading