How to setup new queue signage
This part of the platform is under active development - the final flow and UX for setting up new apps will be improved within couple of weeks.
Create the app, use GridApp the latest version. Use
app-container
as a provider. Select WPA application type.Go to your app page → Content tab. Press ‘Pick an asset’ - you will need to select queue GridApp. If you don’t see the the application in your media library, please contact us. After selecting the file, settings form will be presented:
Logo, Pick an asset – logo URL for the screen
Base queue API URL – one of the URL from the list below. URL depends on region, please check where the customer is and select appropriate region. Most likely you want to use https://ombori-queue-prod-eu.azure-api.net/api url.
US: ‘https://ombori-queue-prod-us.azure-api.net/api’,
EU: ‘https://ombori-queue-prod-eu.azure-api.net/api’,
UAE: ‘https://ombori-queue-prod-uae.azure-api.net/api’,
AU: ‘https://ombori-queue-prod-au.azure-api.net/api’,
Note: you path has to end with /api, please don’t forget about it.
Queue ID – queue should be already created to this moment. You can get queue id from the url – it's a part of the url after queues: /queues/queue_id/ (for example http://localhost:3000/khorev/queues/e234bb8b-c0bf-450d-81f7-a9c02530e94c/click-and-collect-admin). For getting this link, go to queue, in the right part click Queue manager.
Queue organisation: the same as the org name. Case sensitive, should be lower-case and with dashes like
my-org-name
.For more details please check user guide.