You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
It should be able to dynamically change the number of seats in a seating in case mistakes are made during creation. Current situation is that seating must be deleted to change number of seats as the seats for each seating are only created upon creation of a seating.
Options to consider:
If all seats are empty you can add or remove as many as you want.
If some seats are taken, add or remove as many you want, but remove reservations and notify users that they must reserve seats again.
If some seats are taken, only empty seats can be deleted, and not so many that users lose their seats. Users should be notified that the seating arrangements might have changed. Least invasive, and possibly the best solution.
The text was updated successfully, but these errors were encountered:
It should be able to dynamically change the number of seats in a seating in case mistakes are made during creation. Current situation is that seating must be deleted to change number of seats as the seats for each seating are only created upon creation of a seating.
Options to consider:
The text was updated successfully, but these errors were encountered: