-
Notifications
You must be signed in to change notification settings - Fork 66
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
Notifications: Provide notifications for Device/Instance crashes #4295
Comments
Joe, since the notification API seems to only support a single recipient who should receive said notifications? |
Send multiple notifications? Find members of team, loop over, send notification to each? |
members? or just owners? would that include admins of the platform too? What if a team has 100+ members? Also, not certain if/how/when we would clear this (if at all)? |
@hardillb who receives an email when instances go down, members + owner, or just owners? No need for platform admins to be made aware |
If the user clicks the notification, they'll be navigated to the instance overview, at which point, notification is marked as read |
Yeah, i know, but what if the application is restarted successfully (problem is resolved) - do we leave the notification in the other 99 users inbox? |
That is specific to emails not notifications @hardillb (not is scope as far as I can see) |
@Steve-Mcl it's the answer to Joe's question |
Can we read from that same setting to drive the in-app notification too? |
Yes, we can. |
|
yes - we do |
Bah - the email options are EE only. Possible directions that spring to mind are (listed most difficult to easiest)
Mockups@joepavitt I couldnt find in the owner/parent issues if notifications are EE only but since they are NOT implemented under the EE file structure I have assumed this feature is for all? |
Correct this is not an EE-Only feature - first iteration, send to all. We can offer configurations for this at a later date. |
I am combining the 2 replies on this matter i.e. will send to Members and Owners EDIT and excluding viewer/dashboard users EDIT2: To clarify - members and owners only (and if an admin happens to be a member or owner, they will get notification too) |
All tasks completed |
Using the new Notifications API we should alert the user via the notifications system in FlowFuse that instances have crashed or restarted unexpectedly.
Tasks
Tracking Issues
The text was updated successfully, but these errors were encountered: