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

Define and implement pagination #3

Closed
britram opened this issue Oct 16, 2017 · 2 comments
Closed

Define and implement pagination #3

britram opened this issue Oct 16, 2017 · 2 comments
Assignees
Milestone

Comments

@britram
Copy link
Contributor

britram commented Oct 16, 2017

Certain resources should allow pagination, with next/prev links:

@britram britram self-assigned this Oct 16, 2017
@britram britram changed the title Finish defining and implement pagination Define and implement pagination Oct 16, 2017
@britram britram added this to the v3 Alpha One milestone Oct 28, 2017
@britram britram assigned britram and unassigned britram Oct 28, 2017
@britram britram modified the milestones: v3 Alpha One, ECN Data Live Nov 1, 2017
@britram
Copy link
Contributor Author

britram commented Jan 16, 2018

this is done for /query/qid/result.

listing the query cache needs to be rethought a bit anyway, so will defer to a new issue.

the natural ordering of obsets is by ID. the natural ordering of files in campaigns is lexical by name. The former might need to be pushed back into the database eventually, but we can paginate in RAM for now.

It's not clear this is useful for listing campaigns, so will defer this.

@britram
Copy link
Contributor Author

britram commented Jan 23, 2018

Done for this release.

@britram britram closed this as completed Jan 23, 2018
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