Skip to content
Snippets Groups Projects
Commit c0079276 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Add Small Todo

parent ad0e4941
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment