summaryrefslogtreecommitdiff
path: root/doc/en_US/recurring-tasks.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/en_US/recurring-tasks.markdown
parent3bf4789be255650b64f42231f41383cb13b65572 (diff)
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/recurring-tasks.markdown')
-rw-r--r--doc/en_US/recurring-tasks.markdown24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/en_US/recurring-tasks.markdown b/doc/en_US/recurring-tasks.markdown
new file mode 100644
index 00000000..d2385feb
--- /dev/null
+++ b/doc/en_US/recurring-tasks.markdown
@@ -0,0 +1,24 @@
+Recurring tasks
+===============
+
+To fit with the Kanban methodology, the recurring tasks are not based on a date but on board events.
+
+- Recurring tasks are duplicated to the first column of the board when the selected events occur
+- The due date can be recalculated automatically
+- Each task records the task id of the parent task that created it and the child task created
+
+Configuration
+-------------
+
+Go to the task view page or use the drop-down menu on the board, then select **Edit recurrence**.
+
+![Recurring task](screenshots/recurring-tasks.png)
+
+There are 3 triggers that currently create a new recurring task:
+
+- Moving a task from the first column
+- Moving a task to the last column
+- Closing the task
+
+Due dates, if set on the current task, can be recalculated by a given factor of days, months or years.
+The base date for the calculation of the new due date can be either the existing due date, or the action date.