alakajam-team / alakajam

Website powering the Alakajam! game making community
https://alakajam.com/
Other
28 stars 13 forks source link

Registering streamer doesn't trigger a tournament leaderboard refresh #534

Closed Thrainsa closed 4 years ago

Thrainsa commented 4 years ago

If a streamer user has scores and register after as a streamer, the leaderboard isn't refreshed. He need to add a new highscore for it

mkalam-alami commented 4 years ago

Currently registering as a streamer is only possible before the tournament starts, so I didn't take the time to handle this corner case.

But why not support it, just in case we decide to keep registrations open! Normally all we need to do is add a call to tournamentService.refreshAllTournamentScores() at the right place.