Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Waiting list feature fails on a full event #1273

Closed
grega opened this issue Sep 3, 2019 · 3 comments
Closed

Waiting list feature fails on a full event #1273

grega opened this issue Sep 3, 2019 · 3 comments

Comments

@grega
Copy link

grega commented Sep 3, 2019

A full event doesn't allow a waiting list to be created.

It would see that a new ticket type for the waiting list needs to be added, but the event form won't allow any ticket options to be selected:

Screenshot 2019-09-03 at 12 16 19

This is old, but wondering if there's a link at all: #1068

@grega
Copy link
Author

grega commented Sep 3, 2019

@Wardormeur
Copy link
Contributor

As far as I'm aware, we never came to implement a waitlist. The "alternative" we had was allowing for tickets to be "accepted" by the Event Manager. If they are accepted, they are counted towards the total, if they're not (and hence "pending") they don't. This behavior is defined by the field "TicketApproval" on the event itself.
(CoderDojo/events-service@7548e31#diff-b3c5b2e2eae7203c9c01350743845a6eR13)
So the issue here could be :

  • we blocked booking tickets even when not all tickets have been approved
  • or the event is misconfigured

@conoramurphy-zz
Copy link

Yes. This is an incorrect direction of ire here. The new create event form does not allow for ticket approval. Some people were using that as a hack for a pseudo waitlist. This is not allowed any more. Combine this with the fact that there is poor messaging around booked out events has led to this confusion.

Closing this issue as this is not adressing a current bug. Adding #1274 as a placeholder for future improvements to the booking clarity based off the new simplified events structure.

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

3 participants