diff options
Diffstat (limited to 'doc/project-views.markdown')
-rw-r--r-- | doc/project-views.markdown | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/project-views.markdown b/doc/project-views.markdown new file mode 100644 index 00000000..a5e9e1f9 --- /dev/null +++ b/doc/project-views.markdown @@ -0,0 +1,37 @@ +Board, Calendar and List views +============================== + +For each project, tasks can be visualized with several views: **Board, Calendar and List**. Each view show the result of the filter box at the top. The search engine use the [advanced syntax](search.markdown). + +Board view +---------- + +![Board view](http://kanboard.net/screenshots/documentation/board-view.png) + +- With this view you can drag and drop tasks between columns easily. +- You can also use the keyboard shortcut **"v b"** to switch to the board view. +- Tasks with a shadow are recently modified. + +![Board Task Limit](http://kanboard.net/screenshots/documentation/board-task-limit.png) + +When the task limit is reached for a column, the background becomes red. That means there are too many tasks in progress at the same time. + +[Learn more about board configuration](board-configuration.markdown) + +Calendar view +-------------- + +![Calendar view](http://kanboard.net/screenshots/documentation/calendar-view.png) + +- With this view you can visualize tasks with a due date. +- Depending of the settings, you can also see tasks in progress. +- You can also use the keyboard shortcut **"v c"** to switch to the calendar view. +- [Learn more about calendar configuration](calendar-configuration.markdown) + +List view +-------------- + +![List view](http://kanboard.net/screenshots/documentation/list-view.png) + +- With this view all results of your search are displayed in a table. +- You can also use the keyboard shortcut **"v l"** to switch to the list view. |