-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Expected behavior
I would expect to receive new notifications without having to reload my page. Should happen when my notifications dropdown is hidden (bell icon shows a badge), notifications dropdown is opened (a new item is added at the top of the notifications list), notifications home page (new item is added at the top of the list).
Actual behavior
I have to manually reload the page to see new notifications
Can we implement the notification interface to be polling the service at regular intervals so that people will receive notifications without reloading the interface? This is very important and people we heard this complaint from our users before.
@gondzo - before we can implement this via web sockets, what would be the complexity to refresh behind the scenes to see if there are new notifications, and update the interface? If it is very complex to fix - let's move to CF6, but this is a priority. Ideally we can launch with auto-updates to notifications and update/upgrade system later.