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

Pagination #16

Open
brunobord opened this issue Sep 11, 2015 · 0 comments
Open

Pagination #16

brunobord opened this issue Sep 11, 2015 · 0 comments
Labels

Comments

@brunobord
Copy link
Contributor

At the moment, we're only able to have the first page of suggestions. Good enough for the 0.1 release.

Eventually, we may want to jump to the next page, using a page argument.

  • I assume that nobody will ever want a "jump to the last page" feature. We hit the "next" page. If the resultset is empty, there won't be a jump to "next" button,
  • I assume that nobody will ever want a "jump to page 'n'" feature.
  • We definitely need to make it safe from a performance perspective, with a "don't use the offset" mechanism in mind (chunkator?)

So, how do we do that?

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

No branches or pull requests

1 participant