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
Enhancement to add the ability to book multiple rooms with the same booking, for example to simultaneously book the stage and dressing rooms during a Get In. This could be implemented as follows:
Feature to clone a booking from one room to another, thereby creating a new booking model identical to the previous except in that it references a different room model.
Feature to book multiple rooms at once from a single booking, thereby creating a many-to-many relationship between the booking and room models.
The text was updated successfully, but these errors were encountered:
Enhancement to add the ability to book multiple rooms with the same booking, for example to simultaneously book the stage and dressing rooms during a Get In. This could be implemented as follows:
The text was updated successfully, but these errors were encountered: