summaryrefslogtreecommitdiff
path: root/docs/gantt-chart-tasks.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-22 16:20:53 -0400
commitfd60964c239627d2d55c6eca0888be84a8f6653f (patch)
tree062836c4a49857625a25b2cfdd3bbb93732f915d /docs/gantt-chart-tasks.markdown
parent18fd39e6d648a58be0782d514604877504833832 (diff)
Add global Gantt chart for all projects
Diffstat (limited to 'docs/gantt-chart-tasks.markdown')
-rw-r--r--docs/gantt-chart-tasks.markdown20
1 files changed, 20 insertions, 0 deletions
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)