ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Subscribe users to components #106

Open asrob opened 6 years ago

asrob commented 6 years ago

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?

ks888 commented 6 years ago

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.

asrob commented 6 years ago

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

ks888 commented 6 years ago

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.