2021-07-08 17:23:06 +02:00
"""
Author : Michel Peltriaux
Organization : Struktur - und Genehmigungsdirektion Nord , Rhineland - Palatinate , Germany
Contact : michel . peltriaux @sgdnord.rlp.de
Created on : 08.07 .21
"""
from konova . enums import BaseEnum
class UserNotificationEnum ( BaseEnum ) :
NOTIFY_ON_SHARED_ACCESS_REMOVED = " NOTIFY_ON_SHARED_ACCESS_REMOVED " # notifies in case shared access to data has been removed
2021-07-22 13:19:14 +02:00
NOTIFY_ON_SHARED_DATA_RECORDED = " NOTIFY_ON_SHARED_DATA_RECORDED " # notifies in case data has been "verzeichnet"
2021-07-08 17:23:06 +02:00
NOTIFY_ON_SHARED_DATA_DELETED = " NOTIFY_ON_SHARED_DATA_DELETED " # notifies in case data has been deleted
2022-01-12 15:38:57 +01:00
NOTIFY_ON_SHARED_DATA_CHECKED = " NOTIFY_ON_SHARED_DATA_CHECKED " # notifies in case shared data has been checked
2022-08-10 08:03:18 +02:00
NOTIFY_ON_SHARED_ACCESS_GAINED = " NOTIFY_ON_SHARED_ACCESS_GAINED " # notifies in case new access has been gained
NOTIFY_ON_DEDUCTION_CHANGES = " NOTIFY_ON_DEDUCTION_CHANGES " # notifies in case any changes (edit|remove) have been performed on a deduction of the user's ecoaccounts