UEWBot / dipvis

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

Would be nice to link to DBN coverage #237

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

We already provide a link to the WDD. Could easily do something similar for DBN coverage.

UEWBot commented 1 year ago

There are sometimes multiple broadcasts for a tournament. The playlist is at https://www.youtube.com/playlist?list=PLE585TdVAZlUWXDMOAe2YLKuVk2BV7JZS

UEWBot commented 1 year ago

I think ideally we'd want to add the link to the Round, and then have the tournament details page display the links from all rounds, but eliminating duplicates. I guess that means a new Tournament method to provide the link(s) to DBN coverage.

UEWBot commented 1 year ago

Simpler approach might be to just be able to add multiple DBN links to a Tournament and leave it at that (new DBNLink model, I guess, with a URL and a Tournament)