Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Event capacity should take into account registrants, not registrations #171

Open
if-owen opened this issue Jun 28, 2018 · 2 comments
Open

Comments

@if-owen
Copy link

if-owen commented Jun 28, 2018

Given that a single registration can contain multiple registrants, depending on the settings for that event, it seems that the event capacity should be tied to the number of registrants rather than the number of registrations.

As an example, if I create an event with a capacity of 10, I would expect that to mean that 10 people could attend the event. However, I am able to register more than 10 people to attend by allowing multiple registrants per registration. I am limited to adding 10 registrations, but not limited by registrants.

@akalata
Copy link

akalata commented Sep 14, 2018

100% this, but I think we should keep the registrant limit per registration.

Use case: Tournament Sign-Up
An individual is responsible for signing their team up for the tournament. Team members are individual registrants, linked under a single registration.
Registration limit: 16 teams
Registrant limit per registration: 8 people per team max (could also use min to enforce team size)

Use case: Seminar Sign-Up
An individual wants to reserve one or more seats in the seminar. The room size fixes the seminar to 100 audience members.
Registration limit: no limit
Registrant limit per registration: no limit
New limit needed: Maximum registrants per event

@akalata
Copy link

akalata commented Sep 17, 2018

This is actually a duplicate of #130

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants