Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

  1. Create the app, use GridApp the latest version. Use app-container as a provider. Type - WPA (it should be PWA, mistype)

  2. Go to Content tab. First of all you need provide .gridapp file which contains the schema. After you upload it, you need to set:

    1. Logo, Pick an asset – logo for the queue. Please download logo in the Files section or use an existing one. If you want to remove an existing logo - download the fake one, put the fake one, remove the fake from the files section.

    1. 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. 

    1. 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.


    2. Queue organisation: the same as the org name. Case sensitive, should be lower-case and with dashes like my-org-name.

    3. For more details please check user guide.

  • No labels