Internally, the Retailys Dashboard:
Parses the <dashboard:section> using an XML parser.
<dashboard:section>
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.
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.
name
Last updated 8 months ago