Hello there,
I'm exploring the implementation of an in-app notification system that can differentiate and filter notifications originating from various services.
An example setup:
Service A: An internal support web application.
Service B: A web application facing our customers.
For example in Service A, I will want filter and show unseen notifications for Service A. In Service B I will want to filter and only show the unseen of in-app notifications for Service B.
We potentially could add more services in the future, each requiring its own in-app notification stream.
Would utilizing the "Feeds" feature be the most appropriate approach tagging, and filtering these notifications based on their service?