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

Implement PaginatedQueryCubit with a next-page-token approach #35

Open
mateuszwojtczak opened this issue Jul 31, 2024 · 1 comment
Open

Comments

@mateuszwojtczak
Copy link
Contributor

mateuszwojtczak commented Jul 31, 2024

Lately we've discussed this offline with @Saancreed. It needs to be specified / implemented on both backend and frontend.

@Saancreed Do we have anything related to this on the backend side? Some docs / JIRA tickets?

Also, I think we can just add it as another implementation instead of replacing the current one.

@Saancreed
Copy link
Member

https://learn.microsoft.com/en-us/ef/core/querying/pagination#keyset-pagination

https://www.npgsql.org/efcore/mapping/translations.html#row-value-comparisons

Not much else other than docs above that describe the technique and APIs we'd have to use on the backend to implement this.

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

2 participants