dashboard user selectable widgets

0
Hello, Is there a way to choose which widget I want on my page? I want to create a user dashboard, and I will make available +-10 widgets for it. The user must be able to choose 4 widgets from this list that he/she wants to see on its dashboard. Can somebody help me with this please? Kind regards, Steven Keersmaekers
asked
1 answers
0

You could add 4 enumerations(with 10 or the desired amount of options) to the entity of the dataview on that page (or an entity helper),

then you could fill the dashboard with all the widgets they are able to choose from,

and with conditional visibility you should be able to show only those who are selected (the available enumerations).

answered