Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dashboard
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
dashboard
Merge requests
!13
Issue
#3468674
: Create README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3468674
: Create README.md
issue/dashboard-3468674:3468674-add-back-a
into
2.x
Overview
0
Commits
3
Pipelines
3
Changes
1
Open
Matthew Tift
requested to merge
issue/dashboard-3468674:3468674-add-back-a
into
2.x
10 months ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
Closes
#3468674
0
0
Merge request reports
Compare
2.x
version 2
a7330bc2
10 months ago
version 1
1dcd0c22
10 months ago
2.x (HEAD)
and
latest version
latest version
e3b44cc0
3 commits,
10 months ago
version 2
a7330bc2
2 commits,
10 months ago
version 1
1dcd0c22
1 commit,
10 months ago
1 file
+
67
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
0 → 100644
+
67
−
0
Options
# Dashboard
Dashboard module aims to provide users with a centralized interface to access
key information and essential tools after logging into the system. The main
objective is to enhance the user experience by offering a quick and personalized
overview of relevant aspects of the website or application.
A Dashboard is a custom Drupal entity that typically includes widgets or blocks
that display relevant data such as traffic statistics, content summaries,
important notifications, and more. The customization capability allows users to
adjust the layout and content of the dashboard according to their preferences,
ensuring that the most relevant information is easily accessible.
Users may wear different hats, so it is possible to define multiple dashboards
and manage access to them through permissions for an improved experience.
For the description of the module visit the
[
Dashboard module page
](
https://www.drupal.org/project/dashboard
)
.
To submit bug reports and feature suggestions or to track changes, visit the
[
issues queue
](
https://www.drupal.org/project/issues/dashboard
)
.
## Requirements
This module requires no modules outside of Drupal core.
## Installation
*
If you intend to contribute to Dashboard, skip this step and use the
"Contributing" instructions instead
*
Install with composer:
`composer require drupal/dashboard`
then enable the
module.
## Contributing
-
Follow the
[
Git instructions
](
https://www.drupal.org/project/dashboard/git-instructions
)
to clone the Dashboard module to your site.
## Configuration
To create a new Dashboard:
-
Navigate to Administration > Structure > Dashboards
-
Click "Add dashboard"
-
Provide a label and (optional) description
-
Click "Save"
-
Click "Edit layout" for the new Dashboard
-
Configure the new Dashboard using
[
Layout Builder
](
https://www.drupal.org/docs/8/core/modules/layout-builder
)
Currently, this module does NOT provide any Dashboards out of the box. However,
it provides a few additional features that can be placed in a Dashboard:
-
A "Dashboard Text" block with a text field for custom text
-
A "My own drafts" view to display the content drafts for current user
## Maintainers
-
Christian López Espínola -
[
penyaskito
](
https://www.drupal.org/u/penyaskito
)
-
Matthew Tift
[
mtift
](
https://www.drupal.org/u/mtift
)
-
Pablo López
[
plopesc
](
https://www.drupal.org/u/plopesc
)
Loading