Skip to content
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

Closed
ubergeek42 opened this issue May 28, 2023 · 4 comments
Closed

Allow hiding teams that never logged in from the scoreboard #2061

ubergeek42 opened this issue May 28, 2023 · 4 comments

Comments

@ubergeek42
Copy link
Member

ubergeek42 commented May 28, 2023

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.

@vmcj
Copy link
Member

vmcj commented May 28, 2023

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.

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)

@eldering
Copy link
Member

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.

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.

@vmcj
Copy link
Member

vmcj commented Aug 20, 2023

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.

@vmcj
Copy link
Member

vmcj commented Sep 3, 2023

Fixed with #2134

@vmcj vmcj closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants