Online demo by Tugboat |
Create a new and modern Dashboard based on user needs, and define that needs per role.
The homepage of the initiative is at the Ideas issue queue. See "Modern Dashboard with Role presets", which provides a lot of context.
Development happens on a sandbox, as we are still working on getting access to the Dashboard namespace. Feel free to create issues there, as we will move them when we are able to.
Clone this repository:
git clone [email protected]:penyaskito/dashboard-initiative.git
If you are planning to use ddev, now it's a good moment for ddev start
.
You can run ddev exec ./install.sh
For updating your env to the latest:
ddev composer update drupal/dashboard
You might need to run ddev exec ./install.sh
again, as we are not providing
any upgrade paths yet.
Go to web/modules/contrib/dashboard and ensure to set the origin:
git remote set-url origin [email protected]:sandbox/penyaskito-3327580.git
Git checkout 1.0.x
git co 1.0.x
Running all tests:
ddev exec phpunit --testsuite all