UB-Mannheim / MArs

MAnnheim reservation system (MArs) is a web application used for seat booking in Mannheim University Library.
GNU Affero General Public License v3.0
4 stars 6 forks source link

Number of parallel bookings per user #6

Open dennmuel opened 4 years ago

dennmuel commented 4 years ago

Restrict this number based on the usergroup. Maybe make it configurable.

stweil commented 4 years ago

There is currently a hard limit of 5 bookings per user which can easily be extended to one based on the group.

dennmuel commented 4 years ago

If I'm not mistaken this is currently implemented using two possible states (member or extern) so group membership is effectively a boolean. If the need arises we could think about supporting more than two different groups.