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 for all other routes #4

Open
5 tasks
Trayshar opened this issue Sep 26, 2022 · 0 comments
Open
5 tasks

Add pagination for all other routes #4

Trayshar opened this issue Sep 26, 2022 · 0 comments

Comments

@Trayshar
Copy link
Contributor

Trayshar commented Sep 26, 2022

I added serverside keyset pagination for the /calls route in #2 using Paginator. The following routes have not yet been changed:

  • /transmitters
  • /users
  • /rubrics
  • /subscribers
  • /nodes

The approach used in /calls won't work for routes using CouchDB as database. Luckily, CouchDB does have documentation on that matter

A way to apply a filter is also necessary, perhaps through an additional WHERE clause.

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