Roombooking System: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(Looking for a room booking solution)
mNo edit summary
Line 15: Line 15:
* [https://www.bookedscheduler.com/ Booked], formally phpScheduleIt
* [https://www.bookedscheduler.com/ Booked], formally phpScheduleIt
** Now closed-source/hosted (Since 2020-11-01 🤦‍♂️), but used to be open source ([https://web.archive.org/web/20170806195735/http://www.bookedscheduler.com/ archive.org version of ther website])
** Now closed-source/hosted (Since 2020-11-01 🤦‍♂️), but used to be open source ([https://web.archive.org/web/20170806195735/http://www.bookedscheduler.com/ archive.org version of ther website])
** They've done a good job of "cleaning the internet" of their oss-past, but I [https://forums.bookedscheduler.com/viewtopic.php?f=3&t=341 found] an [https://github.com/tamsky/booked older OSS release on GitHub].
** They've done a good job of "cleaning the internet" of their oss-past, but there's a mirror of an [https://github.com/tamsky/booked older OSS release on GitHub].
*** Even more recent repo, with explainations in the README: https://github.com/effgarces/BookedScheduler/
*** [https://forums.bookedscheduler.com/viewtopic.php?f=3&t=341 Found] an even more recent repo, with explainations in the README: https://github.com/effgarces/BookedScheduler/
** Seems to work fine with PHP7.2, doesn't work with 7.4
** Seems to work fine with PHP7.2, doesn't work with 7.4 (v2.7.1,mnot checked with the latest version still available)
** Very promising
** Very promising
* [https://www.classroombookings.com/ ClassroomBookings] [https://github.com/craigrodway/classroombookings GitHub Repo]
* [https://www.classroombookings.com/ ClassroomBookings] [https://github.com/craigrodway/classroombookings GitHub Repo]

Revision as of 21:05, 18 November 2020

COVID brings some interesting challenges with it. One thing is that in order to keep our space open, we were given a limit of people that can be in the space at the same time. Also, we are supposed to make sure there's only one person in one section of the space at the same time.

For the first part, we have a check-in system, but for the second part, we've been kind of lucky to keep that up just by sheer luck. However, sometimes you want to use the workshop, and it's already taken. Also, for post-COVID times, sometimes, parts of the workshop or tools can only be used by a single person. Like the workshop when somebody is welding. So we could totally use a room booking system.

Requirements

  • Simple - it should be as simple as possible really
  • Webbased - obviously
  • Accounts - When we started looking for tools, we noticed that logins/accounts might be an issue. Ideally, this would connect to some other solution we already have, which is basically just the wiki, or potentially loomio. Alternatively, it should have an easy system for creating accounts.
  • Look&Feel - It shouldn't feel like it came out of the past century ideally

Candidates

Well, there isn't all that much out there. Corps usually use Exchange/Outlook for that kind of stuff, or GSuite, which is both not an option for us.

  • MRBS
    • This looks like it's from 1998.
  • Booked, formally phpScheduleIt
  • ClassroomBookings GitHub Repo
    • Aimed at schools, very nice and easy to use
    • Setup is a bit tidious, as you have to setup a whole load of stuff by hand
    • No self-registration possible
  • OxAlto Room Booking System
    • looks ok, but kinda difficult to operate
  • Fab-Manager
    • Has a module for reservations but it's a bigger deal to set it up, so that's not really the best thing for now probably

The Past

A long time ago, we were given the task to build a roombooking sytsem for our first "landlord", the Werk 1. This is what this page was originally aimed at. This old revision has all the details.