๐๏ธ Database
To use KADAI, you need to create a database yourself, and then specify it through the DataSource. You can see the list of the supported databases here.
๐๏ธ Security
Users
๐๏ธ LDAP
KADAI provides LDAP support by showing LDAP-usage in its
๐๏ธ Classification and ServiceLevel
The configuration of these parameters is in the file `kadai.properties`. Some parameters allow multiple values specified as a list. In this case, individual values are separated by a configurable separator. Use the propertiesSeparator parameter to specify it. If none is provided, the default is "|". If you specify a propertiesSeparator, no list item in the properties file can contain any character from the propertiesSeparator.
๐๏ธ KADAI-jobs
Jobs are automated processes that run in the background of the application, usually periodically. They are scheduled for configurable times and then run by the scheduler. For example, the TaskCleanupJob deletes Tasks after they reached a certain time passed after their completion. You can read more about jobs here.
๐๏ธ Holidays and Working Days
The configuration of these parameters is in the file `kadai.properties`.
๐๏ธ History and Custom Properties
The concept of History in KADAI is explained in more detail here.
๐๏ธ Priority Report
KADAI provides the possibility to customize Priority Reports in the UI. To configure it, go to โSettingsโ in the KADAI UI.
๐๏ธ UI
Environment Configuration