sandboxnu / cooper

A tool for Northeastern students to both submit reviews of their co-ops and filter through reviews of co-ops left by other students.
https://coopernu.vercel.app/
2 stars 0 forks source link

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

Open joshw2048 opened 2 days ago

joshw2048 commented 2 days ago

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: