-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestresearchThis issue needs researchThis issue needs research
Description
Discourse uses message_bus to provide real-time notifications. We want to leverage this in our Header, for both Sessions (ex: single logout) and updates.
The flow we are expecting to implement is the Header connecting via message bus to the same channels where Discourse sends notifications to the current logged in user, this way achieving the same reactivity Discourse has in all of our apps.
As part of the research, we expect to define:
- How message_bus works in Discourse.
- How to connect from other services to message_bus using the current user credentials.
- What events we need to listen from message_bus and how we will process them in our Header to achieve the same functionality Discourse has for notifications.
- How we can leverage message_bus to implement our own notifications.
Acceptance criteria
- Research how we can connect and receive events from Discourse via message_bus
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestresearchThis issue needs researchThis issue needs research