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

'/recent-statuses-detailed/' should be allowed to specify a limit and offset #89

Open
Hainish opened this issue Mar 3, 2016 · 0 comments

Comments

@Hainish
Copy link
Member

Hainish commented Mar 3, 2016

This will help us with the debugging endpoint.

Currently the https://github.com/EFForg/congress-forms-test individual member debug endpoint only lists the most recent fill attempts, only the ones that have been processed since the member's YAML was last updated. If you click "View all attempts", that lists every single attempt that's been made ever. This incurs a large load time. Instead, I'd like to have an infinite scroll UX where you're able to keep scrolling back in time, and in the background every time you get to the end of the page a new request is made for the next 30 fill statuses. Once that returns, it's added to the end of the page. Scrolling to the end again queries for the next 30 and so on.

This is only possible by allowing '/recent-statuses-detailed/' to specify limit and offset.

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