-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This tool was written for handling restricted access during the COVID-19 pandemic and to support the booking of working spaces per location for clients.
- different resources, e.g. locations, floors, each with their own possible capacity numbers
- different time slots per resource
- display of a configurable date range
- booking limits per user
- rolling openings for new bookings (which is the current date + a configurable value from configuration)
https://services.ub.tu-berlin.de/platzbuchung/
This tool might not work for you out-of-the-box
Due to the tight schedule, we were not able to turn it into a full-featured and polished shiny end product. Especially the authentication system is tailored to serve the needs of our institution. The underlying framework - Laravel - makes it pretty easy though to roll your own authentication or even go with the built-in solution. See "Authentication" for details.
Also, some things in the JavaScript part are a bit cumbersome and there should be some more cleanup in files and code structure.
Installation Learn to install the software on your server.
Configuration Learn how to adapt the app to your needs.