Currently, all the notifications are presented to all users. !image-2023-10-25-11-52-14-593.png|thumbnail! This can lead to some notifications configuration to be presented to users that will never receive them (e.g., security notifications dedicated to admins).
Therefore, it is interesting to provide a mechanism to hide a given notification from the user notification configuration.
Possible implementation: Provide a new method in RecordableEventDescriptor, for instance {{canConfigure(UserReference):boolean}}. |
|