-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow hiding teams that never logged in from the scoreboard #2061
Comments
I would than also like that we only inject these into the eventfeed when we start showing them. As otherwise they do show up in the resolver (which is ugly for every contest that I use the resolver for) |
I don't think we should do this: it would make it a lot harder to have consistency of data in the event feed. Instead, I think that if you don't want to show such teams while resolving, this should be handled as an option by the resolver itself. |
Which option do we want? Login or on first submit? I prefer the login as I have smaller contests where a team not submitting anything is important information. |
Fixed with #2134 |
We precreated a bunch of coach accounts for the icpc challenge, but they make the scoreboard giant list of teams that aren't active/won't submit. If we could hide teams until they log in (or submit?) that'd be kinda neat.
The text was updated successfully, but these errors were encountered: