OpenUnited / platform

Other
41 stars 66 forks source link

Add Pagination to the Challenge Listing Page #130

Closed dogukanteber closed 11 months ago

dogukanteber commented 11 months ago

We currently show all of the challenges that exist in our platform. Since the number of challenges is not much, that wasn't a problem, until now. We need to add a pagination to the challenge listing page as the number of challenges is increasing.

sachintom999 commented 11 months ago

@dogukanteber @adrianmcphee ,

Given the current listings below, are we planning to paginate by 8 items?

Screenshot at Oct 26 11-41-15

dogukanteber commented 11 months ago

Well, 8 is not a round number but that's all we have in the current situation. We may shorten the width of each card and remove some of the left and right margins but I am not sure if doing that looks good.

Let's paginate by 8 items per page. We'll see how it goes and make necessary update when necessary.

sachintom999 commented 11 months ago

@dogukanteber, Okay.

Can you assign this to me ?

dogukanteber commented 11 months ago

Sure!

dogukanteber commented 11 months ago

Done by #141