Desk booking
A guide to configuring our standard desk booking system
Last updated
A guide to configuring our standard desk booking system
Last updated
This guide will cover the following steps
configuring zones, building and levels
configuring the application, domain and application settings
configuring a service account for backend queries
configuring a tenant for Staff API access
configuring location services: StaffAPI, AreaManagement, LocationServices, DeskBookings
A typical zone structure is organisation -> building -> level A location services system should be are configured for each building.
Create a building zone with a building
tag
Create level zones with the level
tag and the appropriate parent zones. The structure is important.
For each level desk metadata should be configured
API access is scoped and configured via applications on the domain. To complete the configuration you'll need the following datapoints
Client ID: 5217b4fd2f06
(example)
Redirect URI: https://poc.placeos.com/workplace/oauth-resp.html
This will be the account that is used to query Staff API (support for API Keys is coming soon) The account needs to be configured on the same domain as the redirect URI above and you'll need to make note of:
username: service-account@placeos.com
(make up an email address it is unimportant)
password: yoursecurepassword
Staff API needs to be configured for each domain that intends to use it. It provides the Google or Office365 / MS Graph API configuration required for an organisation, however this is not a requirement for pure desk booking and dummy config can be provided.
Add a tenant for the required domain, if dummy data is going to be used - configure for Office365
A location services System should be created for each building. Add the following PlaceOS modules to that System for Desk Bookings
StaffAPI (one instance per-domain, can be shared between buildings)
AreaManagement
LocationServices
DeskBookings
click the staff API module to configure the following settings, values collected earlier
AreaManagement and DeskBookings can be configured at the system level (recommended or clarity)
Once the modules are started you should find the list of desk IDs and any bookings now appear in AreaManagement if you view the state
Where a user doesn't have the option to select a desk and are placed near others in their department.
In the zone metadata for the workplace_app
you can edit the desks
configuration adding the auto_allocation
configuration option.
By default, booked desks will require users to checkin upon arrival at the desk.
The checkin may be manual via QR Code or Workplace App, or more automated via scanning of NFC Badges, Real Time Location etc.
However, it is possible to configure desks to auto-checkin at the start time of the booking. This will remove any required user activity.
This feature may alter your analytics results as all bookings will automatically checkin regardless of weather the user is present or not.
In PlaceOS Backoffice, Navigate to Drivers.
Navigate to your tracking or global config system, this is usually identified by a leading * and called *OrgName Services.
Once the Module is added, enable it and navigate back to the Systems about page.
Select Unencrypted.
Enter the below configuration where the zone is a single or list of zones you wish to have the auto desk checkin feature enabled for:
Save
You should now be able to test creating a desk booking and observe that it is checked in.
Desks can be restricted in PlaceOS through the use of user groups.
User groups may be automatically managed/inherted from the identity management paltform i.e. groups in Azure ActiveDirectory or groups may be manually assigned to a user in PlaceOS User Management.
To restrict a desk to a group of users, simply enter the exact group name in the Groups property of the desk metadata or via the Concierge Desk Manager.
Check if the Auto Desk Checkin driver is added, if not add the driver from the PlaceOS Drivers repo.
Add the Auto Desk Checkin driver as a new module to the system.