From 59a9890736242ead8db8e41110a5f2372075b16f Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sat, 30 Jan 2021 16:19:31 +0100 Subject: [PATCH] ### 0.0.12 Release * 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 --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c2a2d8f..89056b80 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,8 @@ * Version 0.0.5 SNAPSHOT ## git -### gitlab -* https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python.git -### github -* https://github.com/thomaswoehlke/covid19python.git +* gitlab: https://git.noc.ruhr-uni-bochum.de/learn_r_and_python/covid19python.git +* github: https://github.com/thomaswoehlke/covid19python.git ## Data Sources: * [WHO](https://covid19.who.int/WHO-COVID-19-global-data.csv) -- GitLab