diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-01-29 11:07:42 -0500 |
commit | 0371acff89b14b9bdcb03e72fd9637e26e6b517c (patch) | |
tree | f5878c9c07705379d137843cb8f92e3cdf7c20a8 /doc/en_US/time-tracking.markdown | |
parent | 3bf4789be255650b64f42231f41383cb13b65572 (diff) |
Move English documentation to folder en_US
Diffstat (limited to 'doc/en_US/time-tracking.markdown')
-rw-r--r-- | doc/en_US/time-tracking.markdown | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/en_US/time-tracking.markdown b/doc/en_US/time-tracking.markdown new file mode 100644 index 00000000..1a648573 --- /dev/null +++ b/doc/en_US/time-tracking.markdown @@ -0,0 +1,43 @@ +Time Tracking +============= + +Time tracking information can be defined at the task level or at the subtask level. + +Task time tracking +------------------ + + + +Tasks have two fields: + +- Time estimated +- Time spent + +These values represent hours of work and have to be set manually. + +Subtask time tracking +--------------------- + + + +Subtasks also have the fields "time spent" and "time estimated". + +When you change the value of these fields, **the task time tracking values are updated automatically and becomes the sum of all subtask values**. + +Kanboard records the time between each subtask status change in a separate table. + +- Changing subtask status from **todo** to **in pogress** logs the start time +- Changing subtask status from **in progress** to **done** logs the end time but also update the time spent of the subtask and the task + +The breakdown of all records is visible in the task view page: + + + +For each subtask, the timer can be stopped/started at any time: + + + +- The timer doesn't depend of the subtask status +- Each time you start the timer a new record is created in the time tracking table +- Each time you stop the clock the end date is recorded in the time tracking table +- The calculated time spent is rounded to the nearest quarter (only for Kanboard < 1.0.32) |