UEWBot / dipvis

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

Change tournament scores view for TScoringSumGames() #316

Open UEWBot opened 3 weeks ago

UEWBot commented 3 weeks ago

In these tournaments, we'd ideally list game scores rather than round scores, with the possibility for multiple games played by a player in a round. Something like:

Player   Round 1 Game Scores   Round 2 Game Scores   Tournament Score
George   10.0  0.0             30.0                  40.0

If we do that, then for these tournaments we don't have to set Round.score or Round.score_dropped at all.