UEWBot / dipvis

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

Separate Game.notes and URL #236

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

Overloading the notes field for URL is fine for vFTF, but when we have FTF Games with sandboxes it would be nice to also have a place for game notes. That also make having a URL for a Game much more common. A true URL field could also be validated.

So we should add a new Game.url field (models.URLField) and move all the URL functionality to it, while retaining Game.notes.

UEWBot commented 1 year ago

All the Games currently on diptv either have blank notes or a backstabbr URL