zetonteam / zeton_django

Hacktoberfest
Apache License 2.0
10 stars 3 forks source link

Number of total student points shouldn't be allowed to go below 0 #201

Closed MartaSien closed 1 week ago

MartaSien commented 2 weeks ago

If not, should we check it in front end or backend?

For now, it is allowed: image

arkjedrz commented 1 week ago

Discussed today (25.09.2024). Server should respond with status code 400 and explanation why such case is disallowed. This scenario should still be checked on frontend side (so in the end it should be rare to happen).