diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
commit | 17a3781bd8c03e6b653104dbcb996a1ff1213959 (patch) | |
tree | 8cf5de301e55f62465d19f270109c6c7c49cc5ce /docs | |
parent | c6a4fbb3864d63a69a0b42d17f5c3037a73da961 (diff) |
Add Gantt chart for projects
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gantt-chart.markdown | 17 | ||||
-rw-r--r-- | docs/index.markdown | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/docs/gantt-chart.markdown b/docs/gantt-chart.markdown new file mode 100644 index 00000000..215ba201 --- /dev/null +++ b/docs/gantt-chart.markdown @@ -0,0 +1,17 @@ +Gantt chart for projects +======================== + +The Gantt chart is available from the the action menu by project managers. + + + +- 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 + + diff --git a/docs/index.markdown b/docs/index.markdown index 181e1d03..6c0303e9 100644 --- a/docs/index.markdown +++ b/docs/index.markdown @@ -27,6 +27,7 @@ Using Kanboard - [Calendar](calendar.markdown) - [Budget](budget.markdown) - [Analytics](analytics.markdown) +- [Gantt chart](gantt-chart.markdown) ### Working with tasks |