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

[SPIKE] Determine how to implement pagination when fetching co-op reviews #62

Open
joshw2048 opened this issue Sep 17, 2024 · 0 comments
Labels
dev developer tickets epic Epics

Comments

@joshw2048
Copy link
Collaborator

FYI: A spike is an agile term referring to a ticket designed purely for research.

Right now, when we fetch co-op reviews, we get them all back in one big object. This is bad because imagine if we have millions of reviews and fetch them every single time. Pagination is the solution - it lets us get a certain amount of records (say, 20) at a time.

This ticket will kick us off on your project for the semester.

Acceptance Criteria:

  • speak to Rishi about how we currently fetch reviews with our API
  • understand pagination and decide on what approach we what (cursor vs offset vs ???)
  • speak to Josh about follow-on tickets to actually implement pagination
@joshw2048 joshw2048 added dev developer tickets epic Epics labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev developer tickets epic Epics
Projects
None yet
Development

No branches or pull requests

2 participants