Skip to content

WIP Challenge "Seats" #394

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

Open
rootelement opened this issue Mar 5, 2021 · 1 comment
Open

WIP Challenge "Seats" #394

rootelement opened this issue Mar 5, 2021 · 1 comment
Labels
On Hold Being reviewed or considered.

Comments

@rootelement
Copy link
Contributor

rootelement commented Mar 5, 2021

We need to add the ability to limit the number of people who can register for a challenge.

Add challenge.seats - If it doesn't exist, or it's set to 0, it's unlimited.

On the challenge registration, when a user registers, make sure there's a seat available.

Questions

  1. What prevents someone from registering for a challenge, taking a seat, and not doing the work?
  2. Would we use the for public challenges? Or just private/group challenges?
  3. Should we add registration requirements somehow? Base rating?
@cwdcwd
Copy link

cwdcwd commented Mar 5, 2021

  1. We have that problem with open reg today with non submission but obviously squatting here would be an issue. I'd hate to introduce checkpoints and complicate things but how about a negative incentive. Squatting without a valid submission dings the member somehow or blocks them from later registrations.
  2. I think all, myself
  3. Do you mean limit reg to a filter on member traits of some kind? It's a good idea but prolly too complex for first iteration of this

@rootelement rootelement added the On Hold Being reviewed or considered. label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Hold Being reviewed or considered.
Projects
None yet
Development

No branches or pull requests

2 participants