From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- doc/board-configuration.markdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/board-configuration.markdown (limited to 'doc/board-configuration.markdown') diff --git a/doc/board-configuration.markdown b/doc/board-configuration.markdown new file mode 100644 index 00000000..1c5ff51a --- /dev/null +++ b/doc/board-configuration.markdown @@ -0,0 +1,24 @@ +Board settings +============== + +Go to the menu **Settings**, then choose **Board settings** on the left. + +![Board settings](http://kanboard.net/screenshots/documentation/board-settings.png) + +### Task highlighting + +This feature display a shadow around the task when a task is moved recently. + +Set the value 0 to disable this feature, 2 days by default (172800 seconds). + +Everything moved since 2 days will have shadow around the task. + +### Refresh interval for public board + +When you share a board, the page will refresh automatically every 60 seconds by default. + +### Refresh interval for private board + +When your web browser is open on a board, Kanboard check every 10 seconds if something have been changed by someone else. + +Technically this process is done by Ajax polling. -- cgit v1.2.3