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 wishlist items #141

Open
leesharma opened this issue Oct 19, 2017 · 3 comments
Open

Paginate wishlist items #141

leesharma opened this issue Oct 19, 2017 · 3 comments

Comments

@leesharma
Copy link
Collaborator

leesharma commented Oct 19, 2017

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!

@mcshakes
Copy link

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

@leesharma
Copy link
Collaborator Author

@mcshakes All yours! 🙂

@thebradhimself
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants