beyond-all-reason / teiserver

Middleware server for online gaming
https://www.beyondallreason.info/
MIT License
57 stars 53 forks source link

Add UI to assign tourney winner #353

Closed jauggy closed 3 months ago

jauggy commented 3 months ago

Currently many tourney winners don't get given their tourney rank icon. In the past Teifion was doing manual SQL queries to give people the tourney rank. This PR allows us to do it via the UI.

Test Steps

  1. Login as admin and edit a user. Assign them the role of "Tournament winner". Note this is different from Tournament. Tournament role is to give access to special lobbies.
  2. Launch Chobby and login as the user you assigned as tournament winner. Inside a lobby, they should have the tourney winner rank icon.

1