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

Pagination in Hackathon Detail Page #67

Open
shubhanshu02 opened this issue May 16, 2021 · 3 comments
Open

Pagination in Hackathon Detail Page #67

shubhanshu02 opened this issue May 16, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@shubhanshu02
Copy link
Member

shubhanshu02 commented May 16, 2021

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

@shubhanshu02 shubhanshu02 added enhancement New feature or request help wanted Extra attention is needed labels May 16, 2021
@ujju20
Copy link
Contributor

ujju20 commented May 23, 2021

Can I work on this issue?
But I am learning Javascript and React Js right now so will I be able to work upon this.

@shubhanshu02
Copy link
Member Author

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

Btw, issue #45 is now ready to work on.

@ujju20
Copy link
Contributor

ujju20 commented May 24, 2021

ok then assign me issue #45 I will work on that issue after that I will work on this issue.

@shubhanshu02 shubhanshu02 added this to To do in Hackalog Frontend v2 via automation Sep 6, 2021
@shubhanshu02 shubhanshu02 moved this from To do to In progress in Hackalog Frontend v2 Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Development

No branches or pull requests

2 participants