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

paginated api and pagination retrieval (cursor based) #75

Closed
rtang03 opened this issue Jun 20, 2020 · 1 comment · Fixed by #80
Closed

paginated api and pagination retrieval (cursor based) #75

rtang03 opened this issue Jun 20, 2020 · 1 comment · Fixed by #80
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rtang03
Copy link
Owner

rtang03 commented Jun 20, 2020

paginated api, e.g. getByEntityName resolvers

paginated info retrieval from Redis

Consider that Redisearch's command FT.SEARCH provide "LIMIT" and "SORTBY" flag. This is natively numbered-paged pagination. We shall adopt numbered-paged pagination, instead of cursor-based pagination, for the sake of simple simple implementation.

However, will concurrently explore the need and way to go for cursor-based pagination, or infinite scrolling.

@rtang03 rtang03 added the enhancement New feature or request label Jun 20, 2020
@rtang03 rtang03 added this to the sprint-6 milestone Jun 20, 2020
@rtang03 rtang03 self-assigned this Jun 20, 2020
@rtang03 rtang03 changed the title paginated api and pagination retrieval (numbered-page) paginated api and pagination retrieval (cursor based) Jun 22, 2020
@rtang03
Copy link
Owner Author

rtang03 commented Jun 22, 2020

Now switch to cursor-based.

@rtang03 rtang03 added this to In progress in library packages Jun 22, 2020
@rtang03 rtang03 linked a pull request Jun 27, 2020 that will close this issue
library packages automation moved this from In progress to Done Jun 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant