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

Empty product list in waitinglist register form #4072

Open
gilbertf opened this issue Apr 13, 2024 · 1 comment
Open

Empty product list in waitinglist register form #4072

gilbertf opened this issue Apr 13, 2024 · 1 comment

Comments

@gilbertf
Copy link

gilbertf commented Apr 13, 2024

Problem and impact

Having an event configured with an waiting list and fully booked will show the user the possibility to be added on the waitinglist (link to event/waitinglist?item=1". In case a product becomes available again, e.g. canceled orders or increased quota, but the user has not updated the page view he will open the waiting list page. Unfortunately the user will not be notified that a normal registration is again possible and will also not be able to complete the waiting list form as the required list field "Product" is empty.

Expected behaviour

I see these options:

  1. Always allow the user to register to a activated waiting list, but I would assume this might create new issues and is not advisable
  2. Show a message on the waitinglist view that registering to the waitinglist is not possible for the requested product/all products, but "normal" registration is available.
  3. Directly redirect to the updated event view with "normal" registration option available again

I would assume Option 2 to be preferable as it will catch other potential waitinglist issues and does not allow for a ("invalid") form to be displayed that can not be completed.

Steps to reproduce

No response

Screenshots

No response

Link

No response

Browser (software, desktop or mobile?) and version

No response

Operating system, dependency versions

No response

Version

No response

@gilbertf gilbertf changed the title Empty waitinglist Empty product list in waitinglist register form Apr 13, 2024
@raphaelm
Copy link
Member

I think option 3 with a message is best, we already have that if the form is submitted "too late"; we'd just need to add it to the form itself.

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

No branches or pull requests

2 participants