Please use the 👍 reaction to show that you are interested into the same feature.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
I want to support custom workflows starting with the dashboard. The size of the dashboard widgets is limited to 320px by 480px, which is small. Users can also "lose" the site-specific dashboard widgets by removing or moving the widget. This leads to support requests to "get the widget(s) back".
Complex custom code is required to initialize a new account with role-based dashboard widgets (i.e. admin, funder, funding candidate), if configured with the following:
Describe the solution you'd like
Having a slot for pinned dashboard components of any size.
Describe alternatives you've considered
While it's possible to mitigate by using multiple dashboard widgets and/or opening modal dialogs, being able to utilize the full width of the dashboard UI would be a better user experience.
Multiple Dashboard widgets to split up site-specific dashboard workflow UI
Buttons/Links that open a Modal Dialog, providing more screen real estate
For role-based dashboard widgets, auth branching logic can be added to each site-specific dashboard widget. If we use multiple dashboard widgets, we could have SiteDashboardWidget1, SiteDashboardWidget2...SiteDashboardWidgetN all have an auth if/else statement to present different views for the different user roles.
How to use GitHub
Is your feature request related to a problem? Please describe. I want to support custom workflows starting with the dashboard. The size of the dashboard widgets is limited to 320px by 480px, which is small. Users can also "lose" the site-specific dashboard widgets by removing or moving the widget. This leads to support requests to "get the widget(s) back".
Complex custom code is required to initialize a new account with role-based dashboard widgets (i.e. admin, funder, funding candidate), if configured with the following:
Describe the solution you'd like Having a slot for pinned dashboard components of any size.
Describe alternatives you've considered While it's possible to mitigate by using multiple dashboard widgets and/or opening modal dialogs, being able to utilize the full width of the dashboard UI would be a better user experience.
For role-based dashboard widgets, auth branching logic can be added to each site-specific dashboard widget. If we use multiple dashboard widgets, we could have
SiteDashboardWidget1
,SiteDashboardWidget2
...SiteDashboardWidgetN
all have an auth if/else statement to present different views for the different user roles.