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

[feature] Update chart data as soon as new data is received #456

Open
nemesifier opened this issue Oct 31, 2022 · 1 comment
Open

[feature] Update chart data as soon as new data is received #456

nemesifier opened this issue Oct 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nemesifier
Copy link
Member

Right now, a browser looking at chart data will refresh every X minutes.

It would be better to change the implementation so that by leveraging django signals and websockets, we can let frontend clients connected to the UI know when new data is available.

@nemesifier nemesifier added the enhancement New feature or request label Oct 31, 2022
@ritikBhandari
Copy link

Hi @nemesisdesign,
So what I've understood in this issue is that we don't want the browser to refresh every X minutes. Rather we want it to refresh everytime it gets signals from Django that the new data is available. Right?

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

No branches or pull requests

2 participants