3.6 How the Dashboard Processes Your <dashboard:section>

Internally, the Retailys Dashboard:

  1. Parses the <dashboard:section> using an XML parser.

  2. Collects your application’s name, icon, routes, canvases, controls, datasets, resources, and fields.

  3. Creates or Updates each item in its back-end (via an internal API).

  4. Generates dynamic routes, menu items, pages, and controls in the Dashboard UI.

5.1 Error Handling

  • If the Dashboard encounters invalid XML or missing required attributes, it will typically log errors.

  • If there are any duplicates (e.g., repeated route name), you may see an error message.

Last updated