diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-29 20:00:53 -0400 |
commit | 6c711f696f73bc59813f6834ec241aef3b626cbd (patch) | |
tree | ded4f0e8c7f8c672414ff3f2f84eac0f6d9073e5 /docs/project-configuration.markdown | |
parent | ef087f5e22df1a0d97babef26aaf9b8960ee6d5d (diff) |
Include documentation in the application
Diffstat (limited to 'docs/project-configuration.markdown')
-rw-r--r-- | docs/project-configuration.markdown | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/docs/project-configuration.markdown b/docs/project-configuration.markdown deleted file mode 100644 index 252ace67..00000000 --- a/docs/project-configuration.markdown +++ /dev/null @@ -1,42 +0,0 @@ -Project settings -================ - -Go to the menu **Settings**, then choose **Project settings** on the left. - - - -### Default columns for new projects - -You can change the default column names here. -It's useful if you always create projects with the same columns. - -Each column name must be separated by a comma. - -By default, Kanboard use those column names: Backlog, Ready, Work in progress and Done. - -### Default categories for new projects - -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: - - - -### Trigger automatically subtask time tracking - -- If enabled, when a subtask status is changed to "in progress", the timer will start automatically. -- Disable this option if you don't use time tracking. - -### Include closed tasks in the cumulative flow diagram - -- If enabled, closed tasks will be included in the cumulative flow diagram. -- If disabled, only open tasks will be included. -- This option affect the column "total" of the table "project_daily_column_stats" - |