This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Reservation 'requests' for extended reservations that can be approved by admins #206
Closed
Description
If you try to create a reservation that exceeds certain validations (length of reservation, number of items) it would be nice if you could put in a 'reservation request' for an admin to approve.
This reservation request would not impact availability of items for other people (i.e. the model availability count method shouldn't factor in these requests).
But once an admin approves the request, it should automatically notify the requestor and create the reservation(s).
Activity