Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for notifications and system messages #74

Open
gsingers opened this issue Aug 16, 2016 · 3 comments
Open

Add support for notifications and system messages #74

gsingers opened this issue Aug 16, 2016 · 3 comments
Labels
Projects

Comments

@gsingers
Copy link
Contributor

It would be useful to be able to provide info about the system as notifications (downtime, new features, etc.)

To do this, we should just have a "messages" collections where we can store and load from and then hook into the display.

We will also need to add support in the UI for displaying the messages.

@Pthinker
Copy link
Contributor

I'll take this one

@Pthinker
Copy link
Contributor

@gsingers : I am assuming I need to create a message collection in bootstrap.py.
Question is when and who will add messages into this collection? And how will the UI know there is an updated message (should front end display whenever there is a new message?) ?

@gsingers
Copy link
Contributor Author

I am assuming I need to create a message collection in bootstrap.py

Yes.

Question is when and who will add messages into this collection?

I think we could do it via bootstrap and a flag (bootstrap.py --add_message message.json) or the like

And how will the UI know there is an updated message (should front end display whenever there is a new message?

I think the message would have things like: active flag, start/end date (range query)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants