battlecode / galaxy

MIT License
10 stars 3 forks source link

WIP: Better options for creating challonge tournaments #724

Open n8kim1 opened 6 months ago

n8kim1 commented 6 months ago

Blocked by #723

Attachments change: To actually let us add attachments (in our case, replay links). Attaching via API doesn't work but at least you can do manually Game name: This is required not by the API v2 but by the tournament settings website. (Either they do frontend validation or use v1 of API.) So if you ever change the settings manually via website, you have to go back and add the game name, which gets really painful.... Also all our other tournaments have game name anyways, so might as well keep that around.

Also includes some dev notes