From 6ad547288c3978a91d72fddf54d5f3912ac9354f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Jun 2016 16:45:55 -0400 Subject: Added documentation for tags --- doc/index.markdown | 1 + doc/screenshots/tags-board.png | Bin 0 -> 7405 bytes doc/screenshots/tags-global.png | Bin 0 -> 9617 bytes doc/screenshots/tags-projects.png | Bin 0 -> 13718 bytes doc/screenshots/tags-task.png | Bin 0 -> 4766 bytes doc/tags.markdown | 24 ++++++++++++++++++++++++ 6 files changed, 25 insertions(+) create mode 100644 doc/screenshots/tags-board.png create mode 100644 doc/screenshots/tags-global.png create mode 100644 doc/screenshots/tags-projects.png create mode 100644 doc/screenshots/tags-task.png create mode 100644 doc/tags.markdown diff --git a/doc/index.markdown b/doc/index.markdown index c1e9a506..6d52db27 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -46,6 +46,7 @@ Using Kanboard - [Subtasks](subtasks.markdown) - [Analytics for tasks](analytics-tasks.markdown) - [User mentions](user-mentions.markdown) +- [Tags](tags.markdown) ### Working with users and groups diff --git a/doc/screenshots/tags-board.png b/doc/screenshots/tags-board.png new file mode 100644 index 00000000..1a7f710d Binary files /dev/null and b/doc/screenshots/tags-board.png differ diff --git a/doc/screenshots/tags-global.png b/doc/screenshots/tags-global.png new file mode 100644 index 00000000..f5059ae8 Binary files /dev/null and b/doc/screenshots/tags-global.png differ diff --git a/doc/screenshots/tags-projects.png b/doc/screenshots/tags-projects.png new file mode 100644 index 00000000..2e08ce90 Binary files /dev/null and b/doc/screenshots/tags-projects.png differ diff --git a/doc/screenshots/tags-task.png b/doc/screenshots/tags-task.png new file mode 100644 index 00000000..c9c8b2f7 Binary files /dev/null and b/doc/screenshots/tags-task.png differ diff --git a/doc/tags.markdown b/doc/tags.markdown new file mode 100644 index 00000000..ef2d5b26 --- /dev/null +++ b/doc/tags.markdown @@ -0,0 +1,24 @@ +Tags +==== + +With Kanboard, you can associate one or many tags to a task. +You can define tags globally for all projects or only for a specific project. + +![Tags on the board](screenshots/tags-board.png) + +From the task form, you can enter the desired tags: + +![Tags form](screenshots/tags-task.png) + +The auto-completion form will show up to suggest available tags. + +You can also create tags directly from the task form. +By default, when you create tags from a task form they are associated to the current project: + +![Project Tags](screenshots/tags-projects.png) + +You can also create these tags manually in the project settings. + +To define tags globally for all projects, go to the application settings: + +![Global Tags](screenshots/tags-global.png) -- cgit v1.2.3