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

Live updates should behave differently when filtering results #675

Closed
fjarrett opened this issue Dec 19, 2014 · 0 comments · Fixed by #676
Closed

Live updates should behave differently when filtering results #675

fjarrett opened this issue Dec 19, 2014 · 0 comments · Fixed by #676
Labels

Comments

@fjarrett
Copy link
Contributor

Live updates is a cool feature that brings new records into view using the Heartbeat API.

screen shot 2014-12-19 at 12 10 36 pm

However, these live updates do not respect filtered results. So when you are filtering results using the dropdown menus or search, live updates can come rolling in and skew the results.

To fix this, we should do one of the following:

  1. Only allow live updates to run when the screen is using the default main query.
  2. Filter live updates so they respect the query being used at the time.

In the short term, this problem can be avoided by simply turning live updates off.

screen_shot_2014-12-19_at_12_04_24_pm

See this forum post for more details.

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

Successfully merging a pull request may close this issue.

1 participant