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

add pagination to entries JSON response #21

Closed
Pomax opened this issue Jan 16, 2017 · 1 comment
Closed

add pagination to entries JSON response #21

Pomax opened this issue Jan 16, 2017 · 1 comment
Assignees

Comments

@Pomax
Copy link
Contributor

Pomax commented Jan 16, 2017

We're currently missing a {page,per_page} pair for the /entries route, which means there is no way to only grab 10 (or 5 or 20) entries at a time. We'll need to add something like https://docs.djangoproject.com/en/1.10/topics/pagination/#using-paginator-in-a-view to make sure we only send managable sets to the client.

@xmatthewx
Copy link

related front-end things mozilla/network-pulse#235

cc @mmmavis

@alanmoo alanmoo self-assigned this Jan 18, 2017
@alanmoo alanmoo mentioned this issue Jan 18, 2017
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

3 participants