UEWBot / dipvis

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

Main index page links could be better #228

Closed UEWBot closed 2 years ago

UEWBot commented 2 years ago

On the main index page, every tournament has links to "Scores" and "Current Round" (unless the tournament has finished). For a tournament that has not yet started, it makes more sense to link to "Players Registered". Probably would want to add a new in_progress() method to Tournament. We already have Tournament.is_finished(), Round.in_progress() and Round.is_finished().