From d9980104ecaf18c7fea70697dca7312faccbcea8 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Mon, 8 Feb 2021 00:20:55 +0100 Subject: [PATCH] sprint planning --- BACKLOG.md | 2 +- src/covid19/blueprints/rki/rki_views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BACKLOG.md b/BACKLOG.md index 6dbac2f8..d23b9370 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -196,7 +196,7 @@ * Issue #143 implement RkiServiceUpdate.update_fact_table_initial_only * Issue #144 implement RkiServiceUpdate.update_star_schema_incremental * Issue #145 implement RkiServiceUpdate.update_star_schema_initial -* Issue +* Issue #146 add Tasks and URLs for starting Tasks to rki_views * Issue * Issue * Issue diff --git a/src/covid19/blueprints/rki/rki_views.py b/src/covid19/blueprints/rki/rki_views.py index 80ddb36e..196a74d1 100644 --- a/src/covid19/blueprints/rki/rki_views.py +++ b/src/covid19/blueprints/rki/rki_views.py @@ -47,4 +47,4 @@ def url_rki_imported(page=1): page_data=page_data, page_info=page_info) -# TODO add Tasks and URLs for starting Tasks to rki_views +# TODO #146 add Tasks and URLs for starting Tasks to rki_views -- GitLab