Skip to content
Snippets Groups Projects
Unverified Commit cc63a7a6 authored by Simon Urli's avatar Simon Urli Committed by GitHub
Browse files

XWIKI-17034: Allow to define different grouping strategy for notifications (#2203)


Previous work was about introducing strategies to group events for creating
composite events. This work is about strategies for chosing how many
mails should be sent for each composite event to notify by email.
Historically the strategy was hardcoded and consisted in putting all
composite events in the same email. Here we provide different
strategies: the previous one, but also a strategy allowing to send one
email per composite event, and another one allowing to send a separate
email specifically for mentions.

That work also improves previous API to use a clear UserReference
instead of a String which is vague.

Co-authored-by: default avatarManuel Leduc <manuel.leduc@xwiki.com>
Co-authored-by: default avatarThomas Mortagne <thomas.mortagne@xwiki.com>
parent 0bbe4d73
No related branches found
No related tags found
Loading
Showing
with 543 additions and 31 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment