rubyforgood/playtime

Paginate wishlist items

Opened this issue · 3 comments

This task is to add pagination to wishlist items on the root view (wishlist_items#index) and the wishlist show view (wishlists#show).

There are a number of ways to implement pagination: I'd suggest hand-rolling it or using a library like kaminari (helpful railscast). We're using Bootstrap, so you'll want to use their pagination component for UI.

Note: make sure that your changes (especially anything js-related) don't interfere with the pledge button's ability to open a new tab!

If you have any questions/comments, comment below!

I'd like to take a crack at it if no one else has

@mcshakes All yours! 🙂

I'm also going to take a crack at it for the fun of it