3.6 How the Dashboard Processes Your <dashboard:section>
Internally, the Retailys Dashboard:
Parses the
<dashboard:section>using an XML parser.Collects your application’s name, icon, routes, canvases, controls, datasets, resources, and fields.
Creates or Updates each item in its back-end (via an internal API).
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