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

Smoother UI polling updates in website #5

Open
mmooney opened this issue Dec 26, 2013 · 0 comments
Open

Smoother UI polling updates in website #5

mmooney opened this issue Dec 26, 2013 · 0 comments

Comments

@mmooney
Copy link
Owner

mmooney commented Dec 26, 2013

Right now for pages that do polling (deploy request status, etc), the JS code pulls a new copy of the data from the API every 10 seconds and rebinds the scope. This fires the Please Wait popup and can be jarring, and slow when there is a lot of data. Instead, we want to have something that pulls down the recent deltas and merges them into the client data, so that the part of the screen affected by the new data is updated, but there is no jarring refresh.

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