Paginate the history list for one resource #495
Labels
Arc: Frontend
Frontend development
Status: Needs Triage
Issue needs to be assigned
Type: New Feature
New feature or request
Is your feature request related to a problem? Please describe.
https://github.com/MichaelZhao21/tams-club-cal/blob/master/server/routes/historyRouter.ts has pagination for the
/history
endpoint but not for the/history/<resource>/<id>
.Currently, this isn't an issue because the edit list for an individual resource isn't much, but when we have years of club edits, it could be an issue.
Describe the solution you'd like
Use similar pagination techniques from the history page to do pagination on individual resources.
Describe alternatives you've considered
Or we could just not care lol
Additional context
N/A
The text was updated successfully, but these errors were encountered: