UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 5 forks source link

Rework scoring and is_finished #324

Open UEWBot opened 1 day ago

UEWBot commented 1 day ago

Only update scores for the players when those scores may have changed. Change Round.is_finished and Tournament.is_finished to attributes. These changes should mean hitting the database less often.