Open dennmuel opened 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.
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.
Restrict this number based on the usergroup. Maybe make it configurable.