summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-06-26 16:45:55 -0400
committerFrederic Guillot <fred@kanboard.net>2016-06-26 16:45:55 -0400
commit6ad547288c3978a91d72fddf54d5f3912ac9354f (patch)
tree3dd2b7a034d623885df22e909977b08b7862dfe8
parent9a95621599ebbbd408f7f8b29f14a1b456e5efbe (diff)
Added documentation for tags
-rw-r--r--doc/index.markdown1
-rw-r--r--doc/screenshots/tags-board.pngbin0 -> 7405 bytes
-rw-r--r--doc/screenshots/tags-global.pngbin0 -> 9617 bytes
-rw-r--r--doc/screenshots/tags-projects.pngbin0 -> 13718 bytes
-rw-r--r--doc/screenshots/tags-task.pngbin0 -> 4766 bytes
-rw-r--r--doc/tags.markdown24
6 files changed, 25 insertions, 0 deletions
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
--- /dev/null
+++ b/doc/screenshots/tags-board.png
Binary files differ
diff --git a/doc/screenshots/tags-global.png b/doc/screenshots/tags-global.png
new file mode 100644
index 00000000..f5059ae8
--- /dev/null
+++ b/doc/screenshots/tags-global.png
Binary files differ
diff --git a/doc/screenshots/tags-projects.png b/doc/screenshots/tags-projects.png
new file mode 100644
index 00000000..2e08ce90
--- /dev/null
+++ b/doc/screenshots/tags-projects.png
Binary files differ
diff --git a/doc/screenshots/tags-task.png b/doc/screenshots/tags-task.png
new file mode 100644
index 00000000..c9c8b2f7
--- /dev/null
+++ b/doc/screenshots/tags-task.png
Binary files 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)