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/board-configuration.markdown | |
parent | 2b3f0b6179fe5215c4bd34e25a725e653d4ce1db (diff) |
Update documentation
Diffstat (limited to 'docs/board-configuration.markdown')
-rw-r--r-- | docs/board-configuration.markdown | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/board-configuration.markdown b/docs/board-configuration.markdown index 174618c2..f381ebf9 100644 --- a/docs/board-configuration.markdown +++ b/docs/board-configuration.markdown @@ -41,3 +41,20 @@ Categories are not global to the application but attached to a project. Each project can have different categories. However, if you always create the same categories for all your projects, you can define here the list of categories to create automatically. + +### Allow only one subtask in progress at the same time for a user + +When this option is enabled, a user can work with only one subtask at the time. + +If another subtask have the status "in progress", the user will see this dialog box: + + + +### Enable time tracking for subtasks + +When this option is enabled, each time the status of a subtask is changed, the start time and the end time are recorded in the database for the assignee. + +- When the status changes to "in progress" then the start time is saved +- When the status changes to "done" then the end time is saved + +The time spent for the subtask and the task is also updated. |