summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-17 22:51:34 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-17 22:51:34 +0200
commitc677cd135299a23a72c6e23fba39b0715231be2b (patch)
treeec3709afdba69c0b28a75ca492b1dbcf734fdc58
parent9e781de91decc3fd8e9392d62cbbd2530b533a7e (diff)
Add documentation to create tasks
-rw-r--r--README.markdown4
-rw-r--r--docs/creating-tasks.markdown24
-rw-r--r--docs/syntax-guide.markdown2
3 files changed, 29 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index e175f660..84c772af 100644
--- a/README.markdown
+++ b/README.markdown
@@ -53,6 +53,10 @@ Documentation
- [Syntax guide](docs/syntax-guide.markdown)
- [Automatic actions](docs/automatic-actions.markdown)
+#### Working with tasks
+
+- [Creating tasks](docs/creating-tasks.markdown)
+
### Technical details
#### Installation
diff --git a/docs/creating-tasks.markdown b/docs/creating-tasks.markdown
new file mode 100644
index 00000000..d8eb9e79
--- /dev/null
+++ b/docs/creating-tasks.markdown
@@ -0,0 +1,24 @@
+Creating tasks
+==============
+
+From the board, click on the plus sign next to the column name:
+
+![Task creation from the board](http://kanboard.net/screenshots/documentation/task-creation-board.png)
+
+Then the task creation form appears:
+
+![Task creation form](http://kanboard.net/screenshots/documentation/task-creation-form.png)
+
+The only mandatory field is the title.
+
+Field description:
+
+- **Title**: The title of your task, that will be displayed on the board.
+- **Description**: Allow you to add more information about the task, the content can be written in [Markdown](http://kanboard.net/documentation/syntax-guide).
+- **Create another task**: Check this box if you want to create a similar task (fields will be prefilled).
+- **Assignee**: The person that will work on the task.
+- **Category**: Only one category can be assign to a task.
+- **Column**: The column where the task will be created, your task will be positioned at the bottom.
+- **Color**: Choose the color of the card.
+- **Complexity**: Used in agile project management (Scrum), the complexity or story points is a number that tells the team how hard the story is. Often, people use the fibonacci series.
+- **Due Date**: Overdue tasks will have a red due date and upcoming due dates will be black on the board. Several date format are accepted in addition to the date picker.
diff --git a/docs/syntax-guide.markdown b/docs/syntax-guide.markdown
index 28ca0a80..32430bff 100644
--- a/docs/syntax-guide.markdown
+++ b/docs/syntax-guide.markdown
@@ -1,7 +1,7 @@
Syntax Guide
============
-Kanboard use the [Markdown syntax](http://en.wikipedia.org/wiki/Markdown) to write comments or tasks description.
+Kanboard use the [Markdown syntax](http://en.wikipedia.org/wiki/Markdown) to write comments or task descriptions.
Here are some examples:
Bold and italic