-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the 2021-Expendables wiki!
Realtime Notifier uses SignalR to send push notifications to all active Sitecore "Content Editor" users to update them about the latest changes that other users might have done.
As per Wikipedia, SignalR is a free and open-source software library for Microsoft ASP.NET that allows server code to send asynchronous notifications to client-side web applications. The library includes server-side and client-side JavaScript components.
Here, as a part of this solution, we considered the following content author operations for processing the push notifications.
- Item Saved: The notification will be shown to the Notification center and if the parent root is expanded, the item that was updated by another user will also have an indication in its Gutter area.
- Item moved to a workflow stage
- Item approved for publishing
- Item rejected for publishing
Currently, it is considering the only item save events for processing but it can be easily extended for other events as well by simply creating new events and trigger push notifications.