-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PROD] Notification subscriptions refactor #2311
Comments
@tovari @mariam-yu – if this logic should be expressed by some new texts, please say it. |
@szabozoltan69 what does the icon mean? |
@mariam-yu you mean ∪ and ∩? Union and Intersection. |
Union means: any of the given entities is used independently. It is an "OR". So, some examples for this new (Italy ∪ Europe) ∩ - ∩ (new emergencies / new operations / new surge alerts) – will receive emg/opr/sur notifications, when any disaster appears in Europe. (Zambia) ∩ floods ∩ (new surge alerts) – will receive notifications, when a new flood related surge alert appears in Zambia. (No flood related (or other) emergencies, no flood related (or other) operations are generating notifications in this case.) (Zambia ∪ Europe) ∩ floods ∩ (new surge alerts) – will receive notifications, when a new flood related surge alert appears in Europe or Zambia. (No flood related (or other) emergencies, no flood related (or other) operations are generating notifications, if they are outside of Europe and outside of Zambia.) emergencies/operations – will receive notifications about emg/opr, but not for surge alerts: anywhere, any disaster type. emergencies/operations/surge alerts – will receive notifications about emg/opr/sur: anywhere, any disaster type. (There is personneldeployment message subscription option also, but not used in these examples. The digests are global, not narrowed down by geo or disaster-type.) |
@szabozoltan69 Thanks so much for the detailed clarifications and glad we are addressing this, as there were a number of such issues that came up during the studies. I suppose this will be then the new logic Selecting region > country _[if selecting country, does it mean they only get that country and not region, i.e. country negates region?]_ as a first step Correct? For PER, honestly I think we should remove from here - it's confusing people and applies only to a small number of people. Potentially also to remove New Operations as don't think people get the different between this and new emergencies. General announcements we could make into Platform updates? @tovari what do you think? |
About the first step, we can let the user know that they can leave it blank, if want to receive notifications globally. (The same for disaster types.) Operations could remain (by my wish), it's fine to be notified about new appeals. |
@szabozoltan69 @tovari per my offline chat with Zoly this is what we came to an agreement, but @tovari let us know what you think. a) Weekly digest is global and agnostic of after selection. Design will be updated to reflect the above. @szabozoltan69 please confirm whether I missed or misunderstood anything. |
I think at region/country selection we should clearly sign that it is not mandatory to choose any. Thanks for the ideas, dear @mariam-yu ! |
Issue
Instead of the recent
country ∪ region ∪ disaster type ∪ (emergencies/operations/surge alerts)
we should use the subscriptions this way:
(country ∪ region) ∩ disaster type ∩ (emergencies/operations/surge alerts)
So we should only send the country+region/disaster_type filtered notifications (of the subscribed entities).
The text was updated successfully, but these errors were encountered: