diff --git a/README.md b/README.md index 4ced20b1eb5c6314b20fc0dfc85d515e0b025882..6bc673472b8ac256052c006c590cb42c371441fc 100644 --- a/README.md +++ b/README.md @@ -206,20 +206,20 @@ class WhoGlobalDataImportTable(db.Model): ### 0.0.10 Release * Issue #24 update_data * Issue #26 /admin/database/dump -* Issue #28 /admin/database/import * Fixed #29 /who/info * Fixed #30 /europa/info * Fixed #31 /rki/info * Fixed #32 /nrw/info -* Issue #33 /europe/date_reported -* Issue #34 /europe/continent -* Issue #35 /europe/country +* Fixed #33 /europe/date_reported +* Fixed #34 /europe/continent +* Fixed #35 /europe/country * Issue #36 /europe/data * Fixed #37 switch from RabbitMQ to Redis * Fixed #38 update Celery from 4 to 5 ### 0.0.11 Release +* Issue #28 /admin/database/import * Issue #5 Visual Graphs for Data per Countries order by Date diff --git a/etc/TODO.md b/etc/TODO.md index b3085a9b99a666266132742b821c65b9da6d2ef6..0b0b6bc7547737f9253704ec775b5444c2540b5d 100644 --- a/etc/TODO.md +++ b/etc/TODO.md @@ -6,4 +6,10 @@ ## Celery * https://stackabuse.com/asynchronous-tasks-using-flask-redis-and-celery/ * https://docs.celeryproject.org/en/stable/userguide/monitoring.html#monitoring-redis-queues -* https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service \ No newline at end of file +* https://docs.celeryproject.org/en/stable/userguide/daemonizing.html#service-file-celery-service + +### Setuptools +* https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#python-requirement +* https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html +* https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html +* https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html#basic-use