additionals/docs/dashboards.rst

374 lines
20 KiB
ReStructuredText
Raw Normal View History

2020-07-27 18:36:45 +03:00
Dashboards
==========
2020-07-28 09:23:03 +03:00
The additionals plugin version 3.0.0 comes with new dashboard support (Drag & Drop). The new *Dashboard* feature of the additionals plugin provides customizable areas to display and organize content from Redmine that support the functionality.
Specifically, you can customize the traditional Redmine main page, as well as the project overview pages according to your needs using the available dashboard blocks. The goal is to give the viewer an immediate overview of the issues or to display the metrics that are important to you.
2020-07-27 18:53:36 +03:00
The dashboard configuration takes place directly in Redmine:
2020-07-27 21:09:19 +03:00
* On the "Home" page
* On the Project overview page
* If other plugins are installed and support the dashboard functionality there might be also other areas. For example:
2020-07-27 18:53:36 +03:00
2020-07-27 21:09:19 +03:00
* Redmine HRM Plugin: HRM overview page
2020-07-27 18:53:36 +03:00
2020-07-28 09:23:03 +03:00
2020-07-28 10:50:29 +03:00
.. figure:: images/dashboard-overview.png
:align: center
Figure shows the main areas of the dashboard function
2020-07-28 09:23:03 +03:00
**Dashboard examples**
With the *Dashboard* of the *additionals* plugin for Redmine you can for example:
* design the Redmine main page or project overview page so that the information relevant to you is displayed there at a glance.
* create your own (private) dashboards independent of the predefined default dashboard and switch between them as needed.
* create dashboards for other users or specific roles. As well as share your own dashboards publicly and make them available to your team.
2020-07-28 10:50:29 +03:00
.. note::
When using the dashboard function make sure you have already configured the *additionals permissions* the way you need them.
2020-07-28 14:25:55 +03:00
**Dashboard permissions**
If you want to use the dashboard functionality you need to configure the permissions for the respective user roles, which are:
* Set system dashboards
* Manage shared dashboards
* Save dashboards
2020-07-27 18:53:36 +03:00
Dashboard: Home
---------------
2020-07-27 21:09:19 +03:00
When accessing Redmine you probably get redirected to the "Home" page of the system. Users with appropriate permissions can modify the existing dashboard or add new dashboards by using the respective action links in the head section of the content area.
.. figure:: images/dashboard-home.png
:align: center
2020-07-28 09:23:03 +03:00
Figure shows the Redmine *Home* page and where to find the dashboard actions
2020-07-27 21:09:19 +03:00
What you can do here is:
2020-07-27 21:41:18 +03:00
* use the "Edit dashboard" link for modifications
* add a "New dashboard"
2020-07-27 21:09:19 +03:00
* Enable sidebar or Disable sidebar
* Switch to other existing dashboards
* Add a dashboard block
* Move, Delete or configure added dashboard blocks
Edit Dashboard
2020-07-27 21:41:18 +03:00
++++++++++++++
2020-07-27 21:09:19 +03:00
2020-07-28 10:50:29 +03:00
Users with appropriate permission can edit an existing dashboard by clicking the "Edit dashboard" link to open the edit window.
2020-07-27 18:53:36 +03:00
2020-07-27 21:17:41 +03:00
.. figure:: images/dashboard-edit.png
2020-07-27 18:53:36 +03:00
:align: center
2020-07-27 21:09:19 +03:00
There you can make changes to the following fields:
Name
2020-07-28 10:50:29 +03:00
The standard dashboard after the plugin installation is called "Welcome Dashboard". Modify it according to your needs.
2020-07-27 21:09:19 +03:00
Description
The dashboard description will be displayed in the sidebar next to the dashboard as soon as a dashboard has been been selected to be active.
Visible
There are various visibility settings for a dashboard like "to me only", "to any users", "to these roles only". If you want to mak a dashboard publicly available to all other users you have to choose the option "to any users". For a specific role choose the respective role instead.
Enable sidebar
The dashboard sidebar contains some useful information for the user. Since it is sometimes disturbing, it is hidden. To prevent this you can select this option.
System default
2020-08-01 18:42:56 +03:00
If you want to make your project dashboard system default, activate this option. So every user will have to work with it for the selected project.
Always expose
If you want to make the system default dashboard name visible to the users in the head section of the dashboard page, you can activate this option. Then also the dashboard information in the sidebar is displayed.
2020-07-27 21:09:19 +03:00
Author
2020-07-28 10:50:29 +03:00
You can change the dashboard author in case it is necessary. This is sometimes necessary, if you create a dasboard for someone else but want this person to be able to edit it afterwards. Or if a user will no longer be active in your Redmine system. *Important:* Only the author of a dashboard is able to edit or remove it. If the author is no longer an active user in your system, only a user with administration rights is allowed to modify the dashboard.
2020-07-27 21:17:41 +03:00
2020-07-28 11:39:20 +03:00
.. hint::
In general, dashboards can only be edited by a single author. Not by a group. Users with administrator rights can change the author in an emergency.
2020-07-27 21:17:41 +03:00
New Dashboard
2020-07-27 21:41:18 +03:00
+++++++++++++
2020-07-27 21:17:41 +03:00
Users with appropriate permission can add a new dashboard by clicking the "New dashboard" link in the "actions menu" to open the "New dashboard" window to fill out the following fields.
Name
2020-07-28 10:50:29 +03:00
Assign a meaningful and unique name. The dashboard name will be displayed in the sidebar for later selection. If the sidebar has been disabled, you can select the dashboard from the "Actions" menu. The name must be unique.
2020-07-27 21:17:41 +03:00
Description
The dashboard description will be displayed in the sidebar next to the dashboard as soon as a dashboard has been been selected to be active.
Visible
There are various visibility settings for a dashboard like "to me only", "to any users", "to these roles only". If you want to mak a dashboard publicly available to all other users you have to choose the option "to any users". For a specific role choose the respective role instead.
Enable sidebar
The dashboard sidebar contains some useful information for the user. Since it is sometimes disturbing, it is hidden. To prevent this you can choose this option.
System default
2020-08-01 18:42:56 +03:00
If you want to make your project dashboard system default, activate this option. So every user will have to work with it for the selected project.
Always expose
If you want to make the system default dashboard name visible to the users in the head section of the dashboard page, you can activate this option. Then also the dashboard information in the sidebar is displayed.
2020-07-27 21:41:18 +03:00
Add Dashboard blocks
++++++++++++++++++++
You can fill existing dashboards with content by using the select box "Add block".
.. figure:: images/dashboard-add-block.png
:align: center
The blocks that are available here depend on the functions you are using and the plugins you have on your system. They need to support the dashboard functionality of the additionals plugin. Which is not hard to do so, because it's easy to implement for plugin developers.
1. In order to add a new dashboard block, just select the respective option from the selection box. The block will be added right away.
.. note::
The selection displays only blocks, that are allowed to be displayed on the Redmine Home page. Others are not available for selection. Currently the following plugins have additionals dashboard support implemented: DB, Passwords, Reporting, HRM, Automation, additionals
2. You probably need to position the block. In that case hover your mouse over the right block corner and grap the "Move" icon. Now position it somewhere else. If you need to remove it again use the "Delete" icon.
2020-07-27 21:41:18 +03:00
.. figure:: images/dashboard-actions.png
:align: center
.. note::
Be careful with the deletion option. If you delete a block it will be gone right away.
2020-07-27 21:41:18 +03:00
3. Some blocks can be configured. In that case hover your mouse over the right block corner and click the "Options" icon. The configuration option appears and you can make your changes. Done.
.. figure:: images/dashboard-options.png
:align: center
.. note::
Not every block is configurable and the block configuration may differ depending on the selection you have made. Some blocks may allow to change the column settings and other only the maximum entries, for example.
2020-07-28 10:50:29 +03:00
Dashboard: Project overview
---------------------------
The project overview page is also supporting the new Dashboard function. Users with appropriate permissions can modify the existing dashboard or add new dashboards by using the respective action links in the head section of the content area.
.. figure:: images/dashboard-projectoverview.png
:align: center
2020-07-28 09:23:03 +03:00
Figure shows the project overview page and where to find the dashboard actions
What you can do here is:
* use the "Edit dashboard" link for modifications
* add a "New dashboard"
* Enable sidebar or Disable sidebar
* Switch to other existing dashboards
* Add a dashboard block
* Move, Delete or configure added dashboard blocks
2020-07-28 10:50:29 +03:00
Edit project dashboard
++++++++++++++++++++++
2020-08-01 18:03:57 +03:00
Users with appropriate permission can edit an existing dashboard by clicking the "Edit dashboard" link to open the edit window. What fields are displayed also depends on the permission the role your user has.
2020-07-28 10:50:29 +03:00
.. figure:: images/dashboard-edit-project.png
:align: center
There you can make changes to the following fields:
Name
The standard dashboard after the plugin installation is called "Project Dashboard". Modify it according to your needs. The name must be unique.
Description
The dashboard description will be displayed in the sidebar next to the dashboard as soon as a dashboard has been been selected to be active.
Project
Here you can select the project this dashboard should be assigned to in case you decide to make it available to special project, only. It is for all projects, if you do not select a project.
Visible
There are various visibility settings for a dashboard like "to me only", "to any users", "to these roles only". If you want to mak a dashboard publicly available to all other users you have to choose the option "to any users". For a specific role choose the respective role instead.
Enable sidebar
The dashboard sidebar contains some useful information for the user. Since it is sometimes disturbing, it is hidden. To prevent this you can select this option.
System default
2020-08-01 18:42:56 +03:00
If you want to make your project dashboard system default, activate this option. So every user will have to work with it for the selected project.
Always expose
If you want to make the system default dashboard name visible to the users in the head section of the dashboard page, you can activate this option. Then also the dashboard information in the sidebar is displayed.
2020-07-28 10:50:29 +03:00
Author
2020-08-01 18:03:57 +03:00
You can change the dashboard author in case it is necessary. This is sometimes necessary, if you create a dasboard for someone else but want this person to be able to edit it afterwards. Or if a user will no longer be active in your Redmine system. *Important:* Only the author of a dashboard is able to edit or remove it (required permissions assumed). If the author is no longer an active user in your system, only a user with administration rights is allowed to modify the dashboard.
2020-07-28 10:50:29 +03:00
2020-07-28 11:39:20 +03:00
.. hint::
In general, dashboards can only be edited by a single author. Not by a group. Users with administrator rights can change the author in an emergency.
2020-07-28 10:50:29 +03:00
.. note::
Usually the system default "Project dashboard" looks like the standard project page of Redmine. It contains the same areas as "blocks". These can be repositioned or partially hidden. It is up to you if you want to change it. If not, just leave it the way they are.
New project dashboard
+++++++++++++++++++++
2020-08-01 18:03:57 +03:00
Users with appropriate permission can add a new project dashboard by clicking the "New dashboard" link in the "actions menu" to open the "New dashboard" window in order to fill out the following fields. What fields are displayed also depends on the permission the role your user has.
2020-07-28 10:50:29 +03:00
Name
Assign a meaningful and unique name. The dashboard name will be displayed in the sidebar for later selection. If the sidebar has been disabled, you can still select the dashboard from the "Actions" menu. It will then be listed there.
Description
The dashboard description will be displayed in the sidebar next to the dashboard as soon as a dashboard has been been selected to be active.
Project
Select a project for which the new dashboard is planned. If no project is selected here, it will be available to all projects.
Visible
There are various visibility settings for a dashboard like "to me only", "to any users", "to these roles only". If you want to mak a dashboard publicly available to all other users you have to choose the option "to any users". For a specific role choose the respective role instead.
Enable sidebar
The dashboard sidebar contains some useful information for the user. Since it is sometimes disturbing, it is hidden. To prevent this you can choose this option.
System default
If you want to make your project dashboard system default, activate this option. So every user will have to work with it for the selected project.
2020-08-01 18:42:56 +03:00
Always expose
If you want to make the system default dashboard name visible to the users in the head section of the dashboard page, you can activate this option. Then also the dashboard information in the sidebar is displayed.
2020-07-28 10:50:29 +03:00
Add project dashboard blocks
++++++++++++++++++++++++++++
You can fill existing project dashboards with content by using the select box "Add block".
The blocks that are available here depend on the functions you are using and the projects. They need to support the dashboard functionality of the additionals plugin. Which is not hard to do so, because it's easy to implement for plugin developers.
1. In order to add a new project dashboard block, just select the respective option from the selection box. The block will be added right away.
.. note::
The selection displays only blocks, that are allowed to be displayed on the Redmine project area. Others are not available for selection. Currently the following plugins have additionals dashboard support implemented: DB, Passwords, Reporting, HRM, Automation, additionals
2. You probably need to position the block. In that case hover your mouse over the right block corner and grap the "Move" icon. Now position it somewhere else. If you need to remove it again use the "Delete" icon.
.. figure:: images/dashboard-actions.png
:align: center
.. note::
Be careful with the deletion option. If you delete a block it will be gone right away.
3. Some blocks can be configured. In that case hover your mouse over the right block corner and click the "Options" icon. The configuration option appears and you can make your changes. Done.
.. figure:: images/dashboard-options.png
:align: center
.. note::
Not every block is configurable and the block configuration may differ depending on the selection you have made. Some blocks may allow to change the column settings and other only the maximum entries, for example.
General dashboard actions
-------------------------
Some actions on the dashboards are the same whether you are on a dashboard of the home page or the project overview page.
2020-07-28 11:39:20 +03:00
Switching dashboards
You have two options to switch between existing dashboards. If the sidebar is activated for the dashboard you can select the respective dashboard from the sidebar section. They are grouped by *My dashboards* or *Shared dashboards*.
Enable or disable sidebar
If the sidebar is hidden by default you can activate it via the *Actions* menu. Just select the menu option *Enable sidebar*. If the sidebar is displayed but you want to hide it select the menu option *Disable sidebar*.
View sidebar information
The sidebar contains always the same information for the user like general globa infos, that are stored there or dashboard specific information regarding the *Active Dashboard* or other dashboards, which are available to you as user.
.. figure:: images/dashboard-sidebar.png
:align: center
Some other general dashboard actions are the selection box in order to
Add blocks
The content which can be added to the active dashboard depends on the functions you are using on your Redmine and the developer of the function. Those need to support the dashboard *Drag & Drop* functionality with their plugin. Regardless of this, the dashboard is always filled with content via the "Add block" selection.
2020-07-28 14:25:55 +03:00
Dashboard blocks
----------------
The following blocks are delivered as standard when using the additionals dashboard function.
General blocks for all areas (e.g. *Home* and *Project overview*) are:
Query: Issues
You can configure the block content by selecting the *Issue Query* you want to display and choosing a number for *Maximum entries* to be displayed.
Maximum number of such blocks per dashboard: **5**
Long text
You can add individual text passages to your dashboard and use the wiki editor for structuring this text.
Maximum number of such blocks per dashboard: **5**
Latest news
Add the latest news block to your dashboard to show your user's what is going on in your system. The block configuration allows you to edit the number of *Maximum entries*.
Maximum number of such blocks per dashboard: **1**
Documents
Add the *Documents* block to your dashboard to show your user's the latest documents, uploaded in Redmine. The block configuration allows you to edit the number of *Maximum entries*.
Maximum number of such blocks per dashboard: **1**
Static spent time
Add the *Spent time* block to your dashboard to show the spent time activities. The block configuration allows you to edit the number of *Days* displayed in the block.
Maximum number of such blocks per dashboard: **1**
Atom+RSS Feed
You can configure the block content by changing the *Title*, adding an *URL* and choosing a number for *Maximum entries* to be displayed.
Maximum number of such blocks per dashboard: **5**
2020-07-28 14:53:02 +03:00
Special blocks for the welcome page *Home* are:
2020-07-28 14:25:55 +03:00
Standard content left / Standard content right
2020-07-28 14:53:02 +03:00
There are plugin developers who do not support our dashboard function and may have implement own content on the Redmine start page (legacy_left and legacy_right). These are usually not displayed due to the lack of dashboard support. If you still want to see this, select one of the two blocks or both for displaying such content.
Activity
You can configure the activity block content by choosing a number for *Maximum entries* to be displayed. And in case you are only interested in your own activities by activating the option *Only my activity*. Maximum number of such blocks per dashboard: **1**
2020-07-28 14:25:55 +03:00
2020-07-28 14:53:02 +03:00
Welcome
If you have specified a welcome text in the Redmine system settings you can display this text in the dashboard as well, by choosing the *Welcome* block. Maximum number of such blocks per dashboard: **1**
2020-07-28 14:25:55 +03:00
Special blocks for *Project overview* are:
2020-07-28 14:53:02 +03:00
Standard content left / Standard content right
There are plugin developers who do not support our dashboard function and may have implement own content on the Redmine project overview page (legacy_left and legacy_right). These are usually not displayed due to the lack of dashboard support. If you still want to see this, select one of the two blocks or both for displaying such content as well.
Project information
Displays the standard project information of Redmine in a block. Containing the project information from the project settings like custom fields for projects, description, URL etc. The block is not configurable, but you can remove it if not needed or reposition it.
Subprojects
Displays the standard subproject information of Redmine in a block, if you have configured them in the project settings. The block is not configurable, but you can remove it if not needed or reposition it.
Issue tracking
Displays the standard issue tracking information of Redmine in a block. The block is not configurable, but you can remove it if not needed or reposition it.
Time tracking
Displays the standard issue tracking information of Redmine in a block including the additionals adaption to the information displayed there. The block is not configurable, but you can remove it if not needed or reposition it.
Members
Displays the standard member box of Redmine in a block including the additionals permission adaption to the information displayed there. The block is not configurable, but you can remove it if not needed or reposition it.
.. note::
2020-08-01 18:03:57 +03:00
These are the basic blocks that come with the additionals plugin dashboard functionality. Other plugins, that also support the *Drag&Drop* dashboard function may deliver additional blocks for selection.