Skip to content

Allow full customisation of the name of the system

Thu Ra requested to merge building-occupancy into master

In Physics the Out of Hours register has been repurposed into an all day Buildings Occupancy Register. Whilst the OOH system could already be customised using the name and title, the OOH origins were still hard-coded in many places. These changes make the system into a general purpose register with an optional managed visitor extension. The module and the software will continue to be called ooh as changing it would not give enough benefits to justify the effort needed to migrate.

Marked as a new major version as there are some backwards incompatible changes introduced into the configuration:

  • ENABLE_OUT_OF_HOURS -> ENABLE_SIGN_IN
  • SITE_TITLE_OOH -> SITE_TITLE
  • SITE_TITLE_VISITOR -> VISITOR_SITE_TITLE
  • The name of the kiosk mode has changed from out-of-hours to sign-in

In general this will now give a consistent and configurable naming scheme throughout the application.

Merge request reports

Loading