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

Display notifications in the console #82

Open
vincent-zurczak opened this issue Feb 22, 2016 · 0 comments
Open

Display notifications in the console #82

vincent-zurczak opened this issue Feb 22, 2016 · 0 comments

Comments

@vincent-zurczak
Copy link
Member

Once #81 is done, we should reuse the web socket client to display notifications.
This may require we rework our in-memory model. Indeed, everytime we change the page, we reload from the server all the information. Except that notifications are not (and will probably not) be stored on the server side. They will be propagated to clients on the fly.

So, rather than loading from rest services everytime, maybe we should store our model in memory and update it when necessary. What we may keep in memory is the list of applications and the associated notifications. Other parts may be loaded on the fly.

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

No branches or pull requests

1 participant