From fd60964c239627d2d55c6eca0888be84a8f6653f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 22 Aug 2015 16:20:53 -0400 Subject: Add global Gantt chart for all projects --- docs/gantt-chart-projects.markdown | 16 ++++++++++++++++ docs/gantt-chart-tasks.markdown | 20 ++++++++++++++++++++ docs/gantt-chart.markdown | 17 ----------------- docs/index.markdown | 3 ++- 4 files changed, 38 insertions(+), 18 deletions(-) create mode 100644 docs/gantt-chart-projects.markdown create mode 100644 docs/gantt-chart-tasks.markdown delete mode 100644 docs/gantt-chart.markdown (limited to 'docs') 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-tasks.markdown b/docs/gantt-chart-tasks.markdown new file mode 100644 index 00000000..b84c8046 --- /dev/null +++ b/docs/gantt-chart-tasks.markdown @@ -0,0 +1,20 @@ +Gantt chart for tasks +====================== + +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) + +- The **start date** and the **due date** of tasks are used to draw the chart +- Tasks can be resized and moved horizontally with your mouse +- There is no vertical drag and drop +- The bar is the same color as the task +- Each bar display a progression status in percentage, this percentage is calculated by using the column position on the board +- To fit with the Kanban model, tasks can be ordered by the board positions or by start date +- New tasks created from this view will be displayed on the board at the position 1 in the first column +- Tasks are displayed in black when there is no start or due date defined + +![Task not defined](http://kanboard.net/screenshots/documentation/gantt-chart-not-defined.png) diff --git a/docs/gantt-chart.markdown b/docs/gantt-chart.markdown deleted file mode 100644 index 215ba201..00000000 --- a/docs/gantt-chart.markdown +++ /dev/null @@ -1,17 +0,0 @@ -Gantt chart for projects -======================== - -The Gantt chart is available from the the action menu by project managers. - -![Gantt Chart](http://kanboard.net/screenshots/documentation/gantt-chart-project.png) - -- The **start date** and the **due date** of tasks are used to draw the chart -- Tasks can be resized and moved horizontally with your mouse -- There is no vertical drag and drop -- The bar is the same color as the task -- Each bar display a progression status in percentage, this percentage is calculated by using the column position on the board -- To fit with the Kanban model, tasks can be ordered by the board positions or by start date -- New tasks created from this view will be displayed on the board at the position 1 in the first column -- Tasks are displayed in black when there is no start or due date defined - -![Task not defined](http://kanboard.net/screenshots/documentation/gantt-chart-not-defined.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 -- cgit v1.2.3