backend
backend copied to clipboard
[Feature Idea] Bulk Space Bookings for (Booking/Org/Super) Admins
Hi,
as an Admin, I'd love to be able to book multiple spaces with the same Start/End Time and Booking User / Subject line.
(Use-Case: Reserving a whole Room/multiple rooms instead of one desk at a time, for a bigger event. Creating 14 Bookings with the same data apart from the Space key is tiresome... ;))
I'd envision using a multi-select or dropdown allowing multiple selections with checkboxes, or a search box similarly to the group selection boxes for Approvers/Bookees that allow multiple entries with X's next to them to allow removal of single entries, that erroneously got added? :)
Basically, the code behind it would "just" have to check that there's no collisions with other bookings, and then create a booking for each space with the same info for start/end/Subject/User... Bonus-Points, if one can even Edit the Bulk-Booking, as one entry (to change Times/User/Subject... but that's way less problematic than the creation (can always delete the single bookings and re-create them ;))