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 Flags #1216
Open
Description
2015-10-03
Merged in #1314, consolidating to-do list:
Required:
- Define fixed set of flags to assign to Reservations (see Reservation Status Overhaul #462)
- Don't forget the
fined
flag
- Don't forget the
- Add UX during check-in and archive for assigning flags (drop-down?)
- Add methods to API to set multiple flags simultaneously (see Expand Reservation flags API #1314)
If possible:
- Allow admins to define custom flags (will likely require us to re-work how flags are defined since they're currently hard-coded in the model)
- Add page / filter for searching for flagged Reservations
ORIGINAL
#462 implemented a bitmask for miscellaneous boolean values for reservations, which is currently used to flag requests and for an email task. This should be used to mark any issues with the reservation; for example, if it is lost or broken, the reservation should be flagged as such.
This also means adding checkboxes to the check-in form and the archive JS pop up to set these flags.
Activity