-
thomaswoehlke authoredthomaswoehlke authored
BACKLOG.md 12.41 KiB
CHANGES
Milestones
0.0.1 Release
- Fixed #1 (closed) test 1 2 3
0.0.2 Release
- Fixed #2 (closed) start data update job via web ui
- Fixed #4 (closed) data update: who_country
- Fixed #6 (closed) data update: who_global_data
- Fixed #3 (closed) web ui: show table of who_region
0.0.3 Release
- Fixed #8 (closed) view_who_today_new_deaths
- Fixed #9 (closed) view_who_global_data
- Fixed #10 (closed) view_who_today_new_cases
- Fixed #11 (closed) view_who_germany
- Fixed #12 (closed) view_max_new_deaths_who
0.0.4 Release
- Fixed #13 (closed) Pagination for all Tables
- Fixed #14 (closed) Running on Windows and Linux
- Fixed #15 (closed) Navigation: Region, Countries, Data per Countries order by Date
0.0.5 Release
- Fixed #1 (closed) Async Tasks for import and update Data with Celery and RabbitMQ
- Fixed #2 (closed) Move Repo to github
0.0.6 Release
- Fixed #6 (closed) data of all reported countries for WHO date reported
- Fixed #7 (closed) WHO Countries all - data for Country
0.0.7 Release
- Issue #8 (closed) WhoServiceUpdate.update_db_short()
- Issue #9 (closed) URL: /who/update/short
- Issue #10 (closed) async who_update_short_task
- Issue #11 (closed) WhoServiceUpdate.__update_who_global_data_short()
- Fixed #12 (closed) better layout for flash messages
0.0.8 Release
- Fixed #13 (closed) /who/imported/
- Fixed #14 (closed) /europe/imported/
- Fixed #15 (closed) /who/update: Download
- Fixed #16 (closed) /who/update: Import File to DB
- Fixed #17 (closed) /who/update: Update DB
- Fixed #21 (closed) better templates for who_global_data tables
0.0.9 Release
- Fixed #18 (closed) /europe/update: Download
- Fixed #19 (closed) /europe/update: Import File to DB
- Fixed #20 (closed) /europe/update: Update DB
- Fixed #21 (closed) update_date_reported
- Fixed #22 (closed) update_continent
- Fixed #23 (closed) update_country
- Fixed #24 (closed) update_data
- Fixed #25 (closed) /who/update/initial update_data_initial
- Fixed #27 (closed) /admin/database/drop
- Fixed #3 (closed) ORM: 3NF for ecdc_europa_data_import
- Fixed #4 (closed) data update for 3NF ecdc_europa_data_import
0.0.10 Release
- Fixed #24 (closed) update_data
- Fixed #29 (closed) /who/info
- Fixed #30 (closed) /europa/info
- Fixed #31 (closed) /rki/info
- Fixed #32 (closed) /nrw/info
- Fixed #33 (closed) /europe/date_reported
- Fixed #34 (closed) /europe/continent
- Fixed #35 (closed) /europe/country
- Fixed #36 (closed) /europe/data
- Fixed #37 (closed) switch from RabbitMQ to Redis
- Fixed #38 (closed) update Celery from 4 to 5
0.0.11 Release
- Fixed #26 (closed) /admin/database/dump
- Fixed #43 (closed) /europe/date_reported
- Fixed #44 (closed) /europe/continent
- Fixed #45 (closed) /europe/country
- Fixed #46 (closed) /europe/country/germany
- Fixed #50 (closed) remove unused requirements from requirements.txt
- Fixed #51 (closed) /europe/imported
0.0.12 Release
- Fixed #55 (closed) /vaccination/tasks
- Fixed #56 (closed) /vaccination/info
0.0.13 Release
- Fixed #49 (closed) EcdcServiceUpdate.__update_data_short() (wontfix)
- Fixed #52 (closed) download vaccination timeline data file
- Fixed #53 (closed) import vaccination timeline data file into db
- Fixed #54 (closed) /vaccination/imported
- Fixed #57 (closed) frontend: use npm for handling 3rdParty css and javascript modules like jQuery, Bootstrap
- Fixed #58 (closed) frontend: remove jumbotron from all pageheader, put jumbotron as main content on home page
- Fixed #47 (closed) major refactoring: Routes from app.py to org...who,europe,... (Doublette von #65 (closed))
- Fixed #48 (closed) major refactoring: Tasks from server_mq.py to org...who,europe,... (Doublette von #65 (closed))
- Fixed #64 (closed) major refactoring: create two packages: for web app and for celery worker
- Fixed #68 (closed) TODO: move Queries from Services to Model-Classes
- Fixed #65 (closed) major refactoring: add flask-blueprints for admin, common, europe, rki, vaccination, who
0.0.14 Release
- Fixed #69 (closed) Branch: ISSUE_66_ATTEMPT_01
- Fixed #70 (closed) load package.json from Bootstrap-Template sb-admin-angular into statics
- Fixed #67 (closed) implement Flask-Login (wontfix)
- Issue #159 (closed) merge Branch ISSUE_66_ATTEMPT_01 to master
- Fixed #71 (closed) add python modules to requirements.txt for User Login, Authentication and Autorisation
- Fixed #72 (closed) add python modules to requirements.txt for Ajax and other JS Features
- Fixed #73 (closed) add python modules to requirements.txt for further research and development
- Fixed #74 (closed) add Tasks to WHO Tasks Html
- Fixed #78 (closed) add PlantUML
- Fixed #79 (closed) add Gaphor UML (wonfix)
- Fixed #80 (closed) rename WhoXYImport to WhoImport
- Fixed #81 (closed) change tablename from who_global_data_import to who_import
- Fixed #84 (closed) rename tablename from who_global_data to who_data
- Fixed #85 (closed) rename WhoData to WhoData
- Fixed #86 (closed) rename VaccinationDataXY to RkiVaccinationData
- Fixed #89 (closed) change tablename from vaccination_germany_timeline_import to vaccination_import
- Fixed #75 (closed) add Tasks to Europe Tasks Html
- Fixed #76 (closed) add Tasks to Vaccination Tasks Html
- Fixed #77 (closed) add Tasks to RKI Tasks Html
- Fixed #124 (closed) rename RkiXXZBundeslaender to RkiBundeslaender
- Fixed #162 (closed) rename table vaccination_germany_timeline into vaccination_data
- Fixed #130 (closed) remove RkiGermanyDataImportTable
-