Skip to content
Snippets Groups Projects
  1. Jan 30, 2021
    • thomaswoehlke's avatar
      ### 0.0.13 Release · 99fdc4ab
      thomaswoehlke authored
      * Fixed #49 EuropeServiceUpdate.__update_data_short() (wontfix)
      * Fixed #52 download vaccination timeline data file
      * Fixed #53 import vaccination timeline data file into db
      * Fixed #54 /vaccination/imported
      * Fixed #57 frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
      * Fixed #58 frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
      * Fixed #47 major refactoring: Routes from app.py to org...who,europe,... (Doublette von #65)
      * Fixed #48 major refactoring: Tasks from server_mq.py to org...who,europe,... (Doublette von #65)
      * Fixed #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
      
      ### 0.0.14 Release
      * Issue #66 frontend: migrate to Bootstrap Theme sb-admin-angular
      * Issue #67 implement Flask-Login
      
      ### 0.0.15 Release
      * Issue #5 Visual Graphs for Data per Countries order by Date
      * 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
      
      ### 0.0.16 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()
      99fdc4ab
    • thomaswoehlke's avatar
      Work · 19156326
      thomaswoehlke authored
      19156326
  2. Jan 28, 2021
  3. Jan 25, 2021
  4. Jan 24, 2021
  5. Jan 22, 2021
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 1861dbe5
      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,...
      1861dbe5
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 34091b16
      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,...
      34091b16
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 0b99e230
      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,...
      0b99e230
    • thomaswoehlke's avatar
      ### 0.0.11 Release · 87eb1a11
      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,...
      87eb1a11
  6. Jan 19, 2021
    • thomaswoehlke's avatar
      ### 0.0.9 Release · ae1fe2d0
      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 #25 /who/update/initial update_data_initial
      * Issue #26 /admin/database/dump
      * Issue #27 /admin/database/drop
      * Issue #28 /admin/database/import
      * Issue #3 ORM: 3NF for ecdc_europa_data_import
      * Issue #4 data update for 3NF ecdc_europa_data_import
      ae1fe2d0
    • thomaswoehlke's avatar
      ### 0.0.9 Release · 2ee1dfbe
      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
      2ee1dfbe
  7. Jan 18, 2021
    • thomaswoehlke's avatar
      ### 0.0.8 Release · 31df33bb
      thomaswoehlke authored
      * Issue #13 /who/imported/
      * Issue #14 /europe/imported/
      * Issue #3 ORM: 3NF for ecdc_europa_data_import
      * Issue #4 data update for 3NF ecdc_europa_data_import
      31df33bb
  8. Jan 16, 2021
    • thomaswoehlke's avatar
      ### 0.0.7 Release · 971a1027
      thomaswoehlke authored
      * Issue #8 WhoServiceUpdate.update_db_short()
      * Issue #9 URL: /who/update/short
      * Issue #10 async who_update_short_task
      * Issue #11 WhoServiceUpdate.__update_who_global_data_short()
      * Fixed #12 better layout for flash messages
      971a1027
  9. Jan 14, 2021
    • thomaswoehlke's avatar
      ### 0.0.7 Release · 98769a5c
      thomaswoehlke authored
      * Issue #8 WhoServiceUpdate.update_db_short()
      * Issue #9 URL: /who/update/short
      * Issue #10 async who_update_short_task
      * Issue #11 WhoServiceUpdate.__update_who_global_data_short()
      98769a5c
    • thomaswoehlke's avatar
      ### 0.0.7 Release · bbe888c1
      thomaswoehlke authored
      * Issue #8 WhoServiceUpdate.update_db_short()
      * Issue #9 URL: /who/update/short
      * Issue #10 async who_update_short_task
      * Issue #11 WhoServiceUpdate.__update_who_global_data_short()
      bbe888c1
    • thomaswoehlke's avatar
      ### 0.0.6 Release · d3e428a5
      thomaswoehlke authored
      * Fixed #6 data of all reported countries for WHO date reported
      * Issue #3 ORM: 3NF for ecdc_europa_data_import
      * Issue #4 data update for 3NF ecdc_europa_data_import
      d3e428a5
    • thomaswoehlke's avatar
      import sources · 6be7a412
      thomaswoehlke authored
      6be7a412
Loading