The building of UI instruments for the end user to interact with objects of a S8 System is done incrementally using inspection. |
We need a robust inspector framework to let us create/change/edit the UI while working in the system (or connected remotely to the system) |
There is NO tool for building, it is just instantiating aMobileCoordinator, then #open (to make it accessing for testing) and #inspect (to edit the contents incrementally, adding widgets and links for actions); when complete, the #spec of the UI is captured (as a literal) to be used to instantiate the instrument later. |