xddesigners / dashboard
Adds dashboard interface to the Silverstripe CMS
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: >=4.0
- silverstripe/framework: >=4.0
- silverstripe/reports: >=4.0
- silverstripe/tagfield: ^2.0
- xddesigners/silverstripe-charts: *
This package is auto-updated.
Last update: 2024-10-22 09:47:51 UTC
README
Add a dashboard interface to the Silverstripe CMS.
Installation
composer require xddesigners/dashboard
Usage
As Default Admin you're able to configure multiple dashboards in the CMS. Each dashboard is restrictable to one or more Groups. The user can then view the dashboards that apply to the user.
A dashboard panel get's his data from a connected Report. So first you'll have to create reports for the different data outputs that you'll want to see reflected in the dashboard.
For example an report that shows recently submitted UserForms. Or one that shows recent Silvershop sales.
When creating a panel you're able to set the defined report filter params so you can have a subset of the report viewable in the dashboard panel.