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 Amazon search results #46

Open
micahbales opened this issue Jun 6, 2017 · 3 comments
Open

Paginate Amazon search results #46

micahbales opened this issue Jun 6, 2017 · 3 comments

Comments

@micahbales
Copy link
Member

micahbales commented Jun 6, 2017

Incorporate infinite scrolling for results page

Edited by leesharma: see below for full issue description.

@leesharma
Copy link
Collaborator

leesharma commented Jun 6, 2017

@micahbales What do you mean by the results page?

Edit:
Oh, I see: items/results. Is there a way to get to that page from the current web interface?

@micahbales
Copy link
Member Author

No, I believe this view is only to appear after someone runs a search.

@leesharma leesharma modified the milestone: MVP Jul 28, 2017
@leesharma leesharma added UX and removed UX labels Aug 1, 2017
@micahbales micahbales self-assigned this Aug 3, 2017
@micahbales micahbales removed this from the MVP milestone Sep 3, 2017
@leesharma leesharma changed the title Infinite Scrolling for Results Paginate Amazon search results Oct 19, 2017
@leesharma
Copy link
Collaborator

Okay, here's a full description for this issue:

Right now, when a site manager/admin goes to add new wishlist items, they only see the first 10 search results with no way of accessing the others. The task is to add pagination links so that the user can view subsequent pages of search results.

For UI, I'm not sure if Bootstrap's standard pagination component is appropriate here (since we don't know the total page count), but try to use existing components if you can.

The Complication

Amazon only returns the first 10 results; to implement this issue, you'll either need to make another API request for each clicked-on page of results and/or find a way to return more than 10 results.

Notes

Current View

(Not that the "Next" text in the upper left corner doesn't work.)

Amazon search results

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

2 participants