feature: tournament check-in, free agents, join rules and stats leaderboard - #570
Merged
Conversation
…nament cooldown off the me query
…the registration passcode
…/ Invites / Links sub-tabs
…de into Roster/Invites/Links tabs on the wide Teams column
…i's English inside a translated sentence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Frontend for the tournament features in 5stackgg/api#403.
Surfaces
Registration step — new 5th step in the create wizard, between Location and Match Options, reused on the settings tab. Who can register (Teams / Free Agents / Both), minimum role, ELO range, preferred regions, invite-only + passcode.
Check-In settings — off by default, collapsed to a single switch until enabled. Mode selector, both offsets, a visual opens → closes → start timeline, and the schedule freeze once the window opens.
Check-In panel — participant-facing, six states: before registering, not open, open, players mode, checked in, missed. Reuses
CheckInDeadlineso urgent/critical countdown states come for free.Check-In Review — organizer hold panel: missed teams with roster size and registration age, Re-admit per team, Extend check-in, Continue without them.
Free Agents tab — pool ordered by sign-up time, sign up / leave, organizer Regenerate Teams and drafted-team preview. Surfaces the case where a high-ELO player is waitlisted for signing up late, rather than hiding it.
Stats tab — tournament leaderboard with a hairline stat ribbon, sorted server-side.
Notes
CheckInReviewadded to four status-filter inclusion lists so a held tournament doesn't vanish from the listings — including/tournaments/manage, the screen an organizer would use to fix it.roleOrderis now exported fromAuthStoreso the client has one role ladder instead of two.regionsandcheck_in_settingalready exist onmatch_optionsand the wizard shares one form, so tournament values bind asregistration_regions/team_check_in_settingand are translated back on write.check-translationsreports 16/16.