LambStatus icon indicating copy to clipboard operation
LambStatus copied to clipboard

Subscribe users to components

Open asrob opened this issue 6 years ago • 3 comments

Hi!

I would like to propose a feature where users can subscribe to components. So, we can notify users based on components.

@ks888, what do you think about this?

asrob avatar Mar 12 '18 00:03 asrob

Yes, I think it's good idea as it seems some users are interested in only some of components, like the API server only.

Currently the system uses Cognito UserPool to manage subscribers. So maybe we can create a new custom attribute of a user to save subscribed component ids.

ks888 avatar Mar 12 '18 14:03 ks888

@ks888 Okay, thank you! It seems it's an easy issue therefore I would propose this to milestone 0.6.2.

asrob avatar Mar 13 '18 17:03 asrob

Just storing component ids is pretty simple, but the UIs to select components and change subscription settings are also necessary. So it's difficult to add this feature to the next version. Still, I think this feature is good and will implement it later.

ks888 avatar Apr 10 '18 04:04 ks888