Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Fab Fuerste edited this page Nov 10, 2020 · 5 revisions

Platzbuchung

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.

Features

  • 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)

See it in action

https://services.ub.tu-berlin.de/platzbuchung/

Disclaimer

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.

Table of contents:

Installation Learn to install the software on your server.

Configuration Learn how to adapt the app to your needs.

Clone this wiki locally