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

Paginate the history list for one resource #495

Open
MichaelZhao21 opened this issue Jun 13, 2022 · 0 comments
Open

Paginate the history list for one resource #495

MichaelZhao21 opened this issue Jun 13, 2022 · 0 comments
Labels
Arc: Frontend Frontend development Status: Needs Triage Issue needs to be assigned Type: New Feature New feature or request

Comments

@MichaelZhao21
Copy link
Member

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

@MichaelZhao21 MichaelZhao21 added Type: New Feature New feature or request Arc: Frontend Frontend development Status: Needs Triage Issue needs to be assigned labels Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arc: Frontend Frontend development Status: Needs Triage Issue needs to be assigned Type: New Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant