Skip to content
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

[bug] Deal with notification storm #183

Closed
nemesifier opened this issue Jun 3, 2021 · 0 comments · Fixed by #209
Closed

[bug] Deal with notification storm #183

nemesifier opened this issue Jun 3, 2021 · 0 comments · Fixed by #209
Labels
bug Something isn't working enhancement New feature or request

Comments

@nemesifier
Copy link
Member

Related to #132
When an important event happens in the network (eg: blackout) and notifications are generated for hundred of devices, the following problems happen:

  • the screen fills with toast notifications which seem to be infinite
  • the sound keeps buzzing
  • trying to open the notification widget fails because the UI is reloaded every second so it always shows loading

We should deal with these kind of events in a way that does not overwhelm users who have the UI open and are checking the situation, they know something big is happening and they do not need to be alerted for every notification. They also want to be able to check the notification widget properly (now it gets reloaded whenever a new notification comes up so the loading indicator shows up instead of notifications pretty much every second).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant