- Show markdown when signing a document
- Introduce consent history - Centralise consent and content services and config
This commit is contained in:
@@ -316,6 +316,11 @@ class Config(object):
|
||||
# Type Definitions ----------------------------------------------------------------------------
|
||||
TENANT_TYPES = ['Active', 'Demo', 'Inactive', 'Test']
|
||||
CONSENT_TYPES = ["Data Privacy Agreement", "Terms & Conditions"]
|
||||
# CONSENT_TYPE_MAP maps names with the actual base folders the consent documents are stored in
|
||||
CONSENT_TYPE_MAP = {
|
||||
"Data Privacy Agreement": "dpa",
|
||||
"Terms & Conditions": "terms",
|
||||
}
|
||||
|
||||
# The maximum number of seconds allowed for audio compression (to save resources)
|
||||
MAX_COMPRESSION_DURATION = 60*10 # 10 minutes
|
||||
|
||||
Reference in New Issue
Block a user