From c0079276356931d33195ed8243fdfc0ae5f9d862 Mon Sep 17 00:00:00 2001 From: borzechof99 <borzechof99@mi.fu-berlin.de> Date: Sat, 26 Jun 2021 14:57:50 +0200 Subject: [PATCH] Add Small Todo --- unisportomat/quiz/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unisportomat/quiz/models.py b/unisportomat/quiz/models.py index 5ddc375..306dc7c 100644 --- a/unisportomat/quiz/models.py +++ b/unisportomat/quiz/models.py @@ -58,6 +58,7 @@ class Sport(models.Model): Defines a Sport with name, url that leads to the booking page. A sport includes ratings for all criterions. (e.g. How much it corresponds to the criterion "Martial Arts") + TODO: last_used may be changed in the future to better work with other functionalities, eg Statistics. """ name = models.TextField() -- GitLab