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

Automatically close registration when {n} paid registrations are received #7852

Open
dunkOnIT opened this issue Apr 28, 2023 · 2 comments · May be fixed by #10772
Open

Automatically close registration when {n} paid registrations are received #7852

dunkOnIT opened this issue Apr 28, 2023 · 2 comments · May be fixed by #10772
Assignees
Labels
could-be-quick PRIORITY: low-priority A step above backlog - nice to have, but not essential to work on. project: registration overhaul A "Registration" project will be created including all the issues with this label. SERVICE: registrations TECH: ruby Requires knowledge of Ruby TYPE: feature-request Request for additional functionality to be added to the WCA website
Milestone

Comments

@dunkOnIT
Copy link
Contributor

dunkOnIT commented Apr 28, 2023

UPDATE: We don't need to limit the size of the waiting list - just the total number of paid registrations. This can hopefully be implemented alongside auto-accept.

This issue is mostly for consideration in the registration overhaul - we still need to think through the unintended effects/implications of limiting the waiting list.

Having a limit to the size of the waiting list has two benefits:

  • Prevent additional stripe fees on payments that will need to be refunded
  • Prevent absurdly large waiting lists on popular competitions

Any attempted registrations once the waiting list is full would be rejected on that basis.

@dunkOnIT dunkOnIT added project: registration overhaul A "Registration" project will be created including all the issues with this label. PRIORITY: low-priority A step above backlog - nice to have, but not essential to work on. TECH: ruby Requires knowledge of Ruby TYPE: feature-request Request for additional functionality to be added to the WCA website labels Apr 28, 2023
@FinnIckler
Copy link
Member

The implementation of the early registration closure should probably the best way to figure out how this could be implemented:
#7526

@dunkOnIT dunkOnIT self-assigned this Oct 23, 2024
@dunkOnIT dunkOnIT added this to the Refund QOL milestone Oct 23, 2024
@dunkOnIT dunkOnIT changed the title Set a limit on the size of the waiting list Automatically close registration when {n} paid registrations are received Jan 1, 2025
@dunkOnIT
Copy link
Contributor Author

#10772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
could-be-quick PRIORITY: low-priority A step above backlog - nice to have, but not essential to work on. project: registration overhaul A "Registration" project will be created including all the issues with this label. SERVICE: registrations TECH: ruby Requires knowledge of Ruby TYPE: feature-request Request for additional functionality to be added to the WCA website
Projects
Status: No status
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants