diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-22 16:20:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-22 16:20:53 -0400 |
commit | fd60964c239627d2d55c6eca0888be84a8f6653f (patch) | |
tree | 062836c4a49857625a25b2cfdd3bbb93732f915d /docs | |
parent | 18fd39e6d648a58be0782d514604877504833832 (diff) |
Add global Gantt chart for all projects
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gantt-chart-projects.markdown | 16 | ||||
-rw-r--r-- | docs/gantt-chart-tasks.markdown (renamed from docs/gantt-chart.markdown) | 9 | ||||
-rw-r--r-- | docs/index.markdown | 3 |
3 files changed, 24 insertions, 4 deletions
diff --git a/docs/gantt-chart-projects.markdown b/docs/gantt-chart-projects.markdown new file mode 100644 index 00000000..450b8bfc --- /dev/null +++ b/docs/gantt-chart-projects.markdown @@ -0,0 +1,16 @@ +Gantt chart for all projects +============================ + +The goal of this Gantt chart is to display an overview of all projects based on the start and end dates. + +- This Gantt chart is available in the project management section +- Only project administrators and administrators can access to this section +- Project administrators will see only projects where they are members + +![Gantt Chart for all projects](http://kanboard.net/screenshots/documentation/gantt-chart-all-projects.png) + +- The **start date** and the **end date** of projects are used to draw the chart +- Horizontal bars can be resized and moved horizontally with your mouse +- There is no vertical drag and drop +- Project bars are displayed in black when there is no start or end date defined +- The information tooltip show the list of project managers and standard members diff --git a/docs/gantt-chart.markdown b/docs/gantt-chart-tasks.markdown index 215ba201..b84c8046 100644 --- a/docs/gantt-chart.markdown +++ b/docs/gantt-chart-tasks.markdown @@ -1,7 +1,10 @@ -Gantt chart for projects -======================== +Gantt chart for tasks +====================== -The Gantt chart is available from the the action menu by project managers. +The goal of this Gantt chart is to display a time based overview of the tasks for a given project. + +- The Gantt chart is available from the the action menu +- Only project managers can access to this section ![Gantt Chart](http://kanboard.net/screenshots/documentation/gantt-chart-project.png) diff --git a/docs/index.markdown b/docs/index.markdown index d349ec11..e14a6adf 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -28,7 +28,8 @@ Using Kanboard - [Calendar](calendar.markdown) - [Budget](budget.markdown) - [Analytics](analytics.markdown) -- [Gantt chart](gantt-chart.markdown) +- [Gantt chart for tasks](gantt-chart-tasks.markdown) +- [Gantt chart for projects](gantt-chart-projects.markdown) ### Working with tasks |