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

adding backend pagination #211

Closed
kevoconnell opened this issue Sep 29, 2021 · 1 comment
Closed

adding backend pagination #211

kevoconnell opened this issue Sep 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@kevoconnell
Copy link
Contributor

kevoconnell commented Sep 29, 2021

Summary

  • add backend pagination when requesting data for submissions, users, and clarifications

Basic example

  • res.send(await getBlueStandings(isPractice, 0)) returns the first 25 teams in the blue division standings

Motivation

  • we want to speed up how fast requests are made by limiting how much data is being grabbed at one time
@kevoconnell kevoconnell added the enhancement New feature or request label Sep 29, 2021
@kevoconnell kevoconnell self-assigned this Sep 29, 2021
This was referenced Sep 29, 2021
@kevoconnell
Copy link
Contributor Author

done here, waiting for @JForden to implement staging branch

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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant