This example can be viewed from UI and Source screens in Design app
A simple UI design is included for the 'dummy' state which is accessible on the train_crud runner, including a text editor, a select editor, a Markdown editor and a Json editor for the full data model.
Tabs Example
The UI is configured to use a table lister, where the list of columns and the filter parameters which can be used are also defined.
Lister Example
On the Source screen, train_crud/dummy endpoint is defined as the data source for all actions, meaning standard CRUD methods will be used automatically to feed this UI.
Source Example
A 'training' App is also defined, with only the 'dummy' UI included in its menu.
Training App Design
Navigating to [UI_SERVER]/app/train, you can see this single UI app in action.