elixir-europe-training / Training-Metrics-Database

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

Remove old code for metrics calculations #34

Open pdmnyberg opened 8 months ago

pdmnyberg commented 8 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