Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1.81 KB

README.md

File metadata and controls

62 lines (39 loc) · 1.81 KB
build status
Online demo by Tugboat

About the initiative

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.

Setup

Clone this repository:

git clone git@github.com: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.

For contributing:

Go to web/modules/contrib/dashboard and ensure to set the origin:

git remote set-url origin git@git.drupal.org:sandbox/penyaskito-3327580.git

Git checkout 1.0.x

git co 1.0.x

Running tests

Running all tests:

ddev exec phpunit --testsuite all