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

combining frontend pagination with backend #220

Open
kevoconnell opened this issue Oct 6, 2021 · 0 comments
Open

combining frontend pagination with backend #220

kevoconnell opened this issue Oct 6, 2021 · 0 comments
Labels
enhancement New feature or request needs-aws This task needs a working AWS configuration to be implemented

Comments

@kevoconnell
Copy link
Contributor

kevoconnell commented Oct 6, 2021

Summary

  • add page param to users, submissions, and clarifications get calls
  • track startKey and include on every call.
  • create UI component to paginate the files

Basic example

Semantic UI Pagination
Example of Pagination

const response = await fetch(${config.API_URL}/users` in frontend/src/pages/admin/users with the first page entered should return the first 25 users

Motivation

  • We are doing this to speed up how fast calls are made.
@kevoconnell kevoconnell added the enhancement New feature or request label Oct 6, 2021
@kevoconnell kevoconnell changed the title frontend pagination combining frontend pagination with backend Oct 6, 2021
@kevoconnell kevoconnell self-assigned this Oct 6, 2021
@kevoconnell kevoconnell added the needs-aws This task needs a working AWS configuration to be implemented label Oct 25, 2021
@kevoconnell kevoconnell mentioned this issue Nov 5, 2021
7 tasks
@brad-cooley brad-cooley moved this to Todo in Abacus May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-aws This task needs a working AWS configuration to be implemented
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants