-
Notifications
You must be signed in to change notification settings - Fork 4
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
Checking registration data for existing names #636
Comments
One other factor that contributes is that, when you determine that someone has competed before, the process to add their ID is somewhat slow. You have to:
|
Marked as high priority as this was a feature that we lost with Cubecomps being deprecated, and the manual process for Delegates is quite tedious as Tim mentioned. |
Could this come in the form of a warning symbol next to registrations that would be flagged for the same reasons they get flagged on upload of results? Is there a good way to communicate to the WRT from this point that a delegate already confirmed that a first-timer is a unique first-timer? |
Wasn't some progress made in this area? Are we able to apply arbitrary checks to registration data? |
@dunkOnIT I think this belongs to the main repo. The name check makes more sense in the registration system, so it can be addressed early. I don't think there's anything actionable on WCA Live side.
@timreyn I don't think syncing in WCA Live is necessary, because the results don't change. Let me know if I miss something. Obviously I agree that it is too many steps, eventually we should automate the whole results upload, since we effectively control all the related tooling. |
From what I understand, the requirement here is: A feature that allows organizers to see whether a given newcomer registration may be a duplicate profile of an existing account with a WCA ID? |
@dunkOnIT yes, I believe this is it. |
While WCA live is working great overall, WRT is experiencing more potential false newcomers compared to cubecomps times. A likely reason for this is that cubecomps used to have a way to check for existing names before or during a competition that allowed delegates and organizers to clarify possible matches right at the competition. But with WCA live, this check only happens during result submission when it is too late to simply approach people at the competition.
One way to improve this situation (at least for competitions with WCA registration) is enabling delegates and organizers to perform existing name checks on the registration data of their competitions.
The text was updated successfully, but these errors were encountered: