From a57fe85c38b0fd2218628de4563ad7fd18fe8746 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 3605542..0bba72d 100644 --- a/unisportomat/quiz/models.py +++ b/unisportomat/quiz/models.py @@ -59,6 +59,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