You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Participants" tab on the hackathon details page requires pagination to improve on the participants' list load time. This requires some changes in the backend as well as the frontend. On frontend side, this can be achieved by using some packages like react-pagination or by creating custom pagination components.
Sure. This issue is a combination of changes in the backend and the frontend. In the first step, the database needs to be indexed for the participants on the backend side. Ref: COPS-IITBHU/hackalog-backend#38
Description
The "Participants" tab on the hackathon details page requires pagination to improve on the participants' list load time. This requires some changes in the backend as well as the frontend. On frontend side, this can be achieved by using some packages like
react-pagination
or by creating custom pagination components.Details
File:
pages/hackathon/slug/index.js
(E.g. slug = "debug-it-2021")Tab: Participants
Example Link: https://hackalog.copsiitbhu.co.in/hackathon/debug-it-2021
The text was updated successfully, but these errors were encountered: