UEWBot / dipvis

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

Links to load centre counts from backstabbr are missing #224

Closed UEWBot closed 2 years ago

UEWBot commented 2 years ago

Only present for a tournament in “virtual ftf” format

UEWBot commented 2 years ago

visualiser/tournament/templates/games/detail.html only displays that link if the Game has notes and the tournament "is_virtual". Given that we now have sandboxes on Backstabbr for actual FTF games, this isn't right. We could just remove the check for a virtual tournament, but then we'd display it even if the game has notes for something like table location. We really need to know whether we have a Backstabbr URL for the game. Perhaps it's time to have a separate Backstabbr URL attribute. Alternatively, we could add a method to determine whether we have a Backstabbr URL.