From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- doc/creating-tasks.markdown | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/creating-tasks.markdown (limited to 'doc/creating-tasks.markdown') diff --git a/doc/creating-tasks.markdown b/doc/creating-tasks.markdown new file mode 100644 index 00000000..afcc5ecb --- /dev/null +++ b/doc/creating-tasks.markdown @@ -0,0 +1,27 @@ +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. +- **Original Estimate**: Estimation in hours to complete the tasks. +- **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. + +With the preview link, you can see the task description converted from the Markdown syntax. \ No newline at end of file -- cgit v1.2.3