forked from openimis/openimis-be-grievance_py
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CM-858: added possibility to configure default resolution times for e…
…ach type of grievance (#9)
- Loading branch information
1 parent
52ad87a
commit df1c7ef
Showing
2 changed files
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# openIMIS Backend Grievance Social Protection reference module | ||
This repository holds the files of the openIMIS Backend grievance social protection reference module. | ||
It is dedicated to be deployed as a module of [openimis-be_py](https://github.com/openimis/openimis-be_py). | ||
|
||
## Configuration options (can be changed via core.ModuleConfiguration) | ||
Rights required: | ||
* `resolution_times`: time to resolution in form of CRON timedelta: {days},{hours} where days are values between <0, 99) and hours are between 0 and 24. | ||
(default: `5,0`) | ||
* `default_resolution`: The field will be in form of the JSON dictionary with pairs like: | ||
Key - type of the grievance, | ||
Value - time to resolution in form of CRON timedelta: `{days},{hours}` where days are values between <0, 99) and hours are between 0 and 24. | ||
(default: `{Default: '5,0'}`) | ||
Note: If for given type of the grievance time is not provided then default value is used from `resolution_times`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters