zetonteam / zeton_django

Hacktoberfest
Apache License 2.0
10 stars 3 forks source link

Why are student points tracked as an integer? #170

Closed arkjedrz closed 2 weeks ago

arkjedrz commented 1 month ago

There are three types that define points: Point, Task and Prize. Why are points for student tracked based on integer then, instead of relation to those point types?

arkjedrz commented 2 weeks ago

I guess this could be simplified with Django 5.x, using https://docs.djangoproject.com/en/5.1/ref/models/fields/#django.db.models.GeneratedField