summaryrefslogtreecommitdiff
path: root/doc/subtasks.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-29 11:07:42 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-29 11:07:42 -0500
commit0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch)
treef5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/subtasks.markdown
parent3bf4789be255650b64f42231f41383cb13b65572 (diff)
Move English documentation to folder en_US
Diffstat (limited to 'doc/subtasks.markdown')
-rw-r--r--doc/subtasks.markdown44
1 files changed, 0 insertions, 44 deletions
diff --git a/doc/subtasks.markdown b/doc/subtasks.markdown
deleted file mode 100644
index 721e28eb..00000000
--- a/doc/subtasks.markdown
+++ /dev/null
@@ -1,44 +0,0 @@
-Subtasks
-========
-
-Subtasks are useful to split the work of a task.
-
-Each subtask:
-
-- Can be assigned to a project member
-- Have 3 different statuses: **Todo**, **In progress**, **Done**
-- Have time tracking information: **time spent** and **time estimated**
-- Be ordered by position
-
-Creating subtasks
------------------
-
-From the task view, on left sidebar click on **Add a subtask**:
-
-![Add a subtask](screenshots/add-subtask.png)
-
-You can also add a subtask quickly by entering only the title:
-
-![Add a subtask from the task view](screenshots/add-subtask-shortcut.png)
-
-Change subtask status
----------------------
-
-When you click on the subtask title the status change:
-
-![Subtask in progress](screenshots/subtask-status-inprogress.png)
-
-The icon before the title is updated according to the status.
-
-![Subtask done](screenshots/subtask-status-done.png)
-
-Note: When the task is closed, all subtasks are changed to the status **Done**.
-
-Subtask timer
--------------
-
-- Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
-- The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
-- The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
-- The task time spent and time estimated is updated automatically according to the sum of all subtasks.
-