elixir-europe-training / Training-Metrics-Database

TMD - a database for aggregation of training metrics in ELIXIR
https://tmd.elixir-europe.org
MIT License
6 stars 1 forks source link

Remove old code for metrics calculations #34

Closed pdmnyberg closed 1 week ago

pdmnyberg commented 9 months ago

Describe the bug There is a middleware that was used for supplying the metrics data. It uses static files instead of the database. Keeping it in the project can make reading the code confusing.

When all data is represented in the database, consider removing: https://github.com/elixir-europe-training/Training-Metrics-Database/blob/main/dash_app/middleware.py

pdmnyberg commented 1 week ago

This has been done in develop