Hi
I am now able to use the dashboard add-on to my application which is really exciting. Now I want to know how can we let the system administrator assign a particulare dashboard to specific user(s) which will be opened in the mainWindow like what you have in the demo app.
I see you have the following code in xml file:
<main:initialLayout>
<dashboard:dashboard id="test"
code="taxi-dashboard"/>
</main:initialLayout>
It is rather hard coded. But what I am expecting that when we have multiple dashboards created through this add-on, I want to choose one for a user that can be changed by the administrator instead of hard-coded. Thanks for your help.