diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-21 21:05:56 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-21 21:05:56 -0500 |
commit | 19d061db714252976b2ef53f5df2813c396b401a (patch) | |
tree | 5d2b707cc10a86f735f5ae750a96aeddcb5933fa /docs/time-tracking.markdown | |
parent | 2b3f0b6179fe5215c4bd34e25a725e653d4ce1db (diff) |
Update documentation
Diffstat (limited to 'docs/time-tracking.markdown')
-rw-r--r-- | docs/time-tracking.markdown | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/time-tracking.markdown b/docs/time-tracking.markdown new file mode 100644 index 00000000..575a0094 --- /dev/null +++ b/docs/time-tracking.markdown @@ -0,0 +1,38 @@ +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 represents hours of work and have to be set manually. + +Subtask time tracking +--------------------- + + + +Subtasks also have the fields "time spent" and "time estimated". +However, when you set a value for those fields, **the task time tracking values becomes the sum of all subtask values**. + +User time tracking +------------------ + +In the board settings, you can enable subtasks time tracking for users. + +Each time a subtask status change, the start time and the end time are saved in a seperate table automatically. +The time spent is automatically calculated for tasks and subtasks when the subtask is completed. + +- 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 by user is also visible in the tasks details: +I
\ No newline at end of file |