ApiCenter icon indicating copy to clipboard operation
ApiCenter copied to clipboard

Notifications

Open alexksbr opened this issue 7 years ago • 3 comments

As a developer of a service whose spec is hosted in ApiCenter, I'd like to receive notifications for events - for example, if one of my dependencies updates its spec (see #12).

Implement an architecture that allows to send specific notifications to specific users/user groups. The notification should be triggered in the backend and shown in the frontend - they should be stored per user to show the user a list of all received notifications.

alexksbr avatar Aug 29 '18 07:08 alexksbr

I think the mechanism should allow for different paths: One is certainly the frontend, but I can also see emails as another (configurable) one.

fdw avatar Aug 29 '18 17:08 fdw

@fdw or more general: allow arbitrary channels to deliver notifications

alexksbr avatar Aug 29 '18 17:08 alexksbr

Exactly. Frontend and emails are just the most obvious/important ones.

fdw avatar Aug 30 '18 07:08 fdw