Skip to content
Snippets Groups Projects
Commit 8e345018 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.17 Release

* Fixed #123 split RkiBundeslaenderService into two Services, one for bundeslaender and one for landkreise
* Fixed #128 add fields from csv to RkiLandkreiseImport
* Fixed #139 refactor RkiBundeslaenderServiceDownload to new method scheme introduced 07.02.2021
* Fixed #140 move WhoImport to RKI in: rk_service_import.py
* Fixed #125 implement RkiLandkreise
* Fixed #126 implement RkiBundeslaenderImport

### 0.0.18 Release
* Fixed #39 SQLalchemy instead of SQL: AllModelClasses.remove_all()
* Fixed #40 SQLalchemy instead of SQL: EcdcImport.get_date_rep()
* Fixed #41 SQLalchemy instead of SQL: EcdcImport.get_countries_of_continent()
* Fixed #107 SQLalchemy instead of SQL in: EcdcImport.get_countries_of_continent
* Fixed #109 SQLalchemy instead of SQL in: EcdcImport.get_date_rep
* Fixed #110 SQLalchemy instead of SQL in: EcdcImport.get_continent
parent c1d07f6a
No related branches found
No related tags found
No related merge requests found
{% extends "bootstrap/base.html" %}
{% block title %}{{page_info.title}}{% endblock %}
{% block navbar %}
{% include 'application/fragments/fragment_navbar.html' %}
{% endblock %}
{% block content %}
{{super()}}
{% include 'application/fragments/fragment_flashed_messages.html' %}
{% include 'application/fragments/fragment_navtabs.html' %}
{% endblock %}
{% block title %}{{page_info.title}}{% endblock %}
{% block styles %}
{{super()}}
<link rel="stylesheet"
href="{{ url_for('static', filename='styles.css') }}">
{% endblock %}
{% block scripts %}
<script src="{{ url_for('static', filename='index.js')}} "></script>
{{super()}}
{% endblock %}
{% block html_attribs %} lang="en"{% endblock %}
{% block navbar %}
{% include 'application/fragments/fragment_navbar.html' %}
{% endblock %}
{% block content %}
{{super()}}
<div class="container main-content app-main">
<div class="row-cols-1">
<h1 class="display-3">{{page_info.title}} | <small class="display-4">{{page_info.subtitle}}</small></h1>
</div>
<div class="row-cols-1">
{% include 'application/fragments/fragment_flashed_messages.html' %}
</div>
<div class="row-cols-1">
{% include 'application/fragments/fragment_navtabs.html' %}
</div>
</div>
{% endblock %}
{% block html_attribs %} lang="en"{% endblock %}
\ No newline at end of file
<div class="container">
<div class="row-cols-1">
<nav>
<ul class="nav nav-tabs">
<li class="nav-item">
......@@ -31,4 +33,6 @@
href="{{ url_for( 'ecdc.url_ecdc_data_imported') }}">ECDC imported</a>
</li>
</ul>
</nav>
\ No newline at end of file
</nav>
</div>
</div>
\ No newline at end of file
<div class="container">
<div class="row-cols-1">
<nav>
<ul class="nav nav-tabs">
<li class="nav-item">
......@@ -18,4 +20,6 @@
</a>
</li>
</ul>
</nav>
\ No newline at end of file
</nav>
</div>
</div>
\ No newline at end of file
<div class="container">
<div class="row-cols-1">
<nav>
<ul class="nav nav-tabs">
<li class="nav-item">
......@@ -19,4 +21,6 @@
</a>
</li>
</ul>
</nav>
\ No newline at end of file
</nav>
</div>
</div>
\ No newline at end of file
<div class="container">
<div class="row-cols-1">
<nav>
<ul class="nav nav-tabs">
<li class="nav-item">
......@@ -25,4 +27,6 @@
</a>
</li>
</ul>
</nav>
\ No newline at end of file
</nav>
</div>
</div>
\ No newline at end of file
<br/>
<div class="container">
<div class="row-cols-1">
<nav>
<ul class="nav nav-tabs">
<li class="nav-item">
......@@ -30,4 +33,6 @@
href="{{ url_for( 'who.url_who_imported') }}">WHO imported</a>
</li>
</ul>
</nav>
\ No newline at end of file
</nav>
</div>
</div>
\ No newline at end of file
......@@ -4,20 +4,22 @@
{{super()}}
{% include 'who/fragments/fragment_who_navtabs.html' %}
<div>
<h3>WHO Coronavirus Disease (COVID-19) Dashboard</h3>
<p>
<a href="https://covid19.who.int/">https://covid19.who.int</a>
</p>
</div>
<div>
<h3>WHO Coronavirus disease (COVID-19) pandemic</h3>
<p>
<a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">
https://www.who.int/emergencies/diseases/novel-coronavirus-2019
</a>
</p>
</div>
<div class="container">
<div class="row-cols-1">
<h3>WHO Coronavirus Disease (COVID-19) Dashboard</h3>
<p>
<a href="https://covid19.who.int/">https://covid19.who.int</a>
</p>
</div>
<div class="row-cols-1">
<h3>WHO Coronavirus disease (COVID-19) pandemic</h3>
<p>
<a href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019">
https://www.who.int/emergencies/diseases/novel-coronavirus-2019
</a>
</p>
</div>
</div>
{% endblock %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment