chingu-voyages / v24-geckos-team-02

Books Plus | Voyage-24 | https://chingu.io/
GNU General Public License v3.0
1 stars 1 forks source link

Display search results #4

Closed jdmedlock closed 3 years ago

jdmedlock commented 3 years ago

User Story Description As a End User I want to see books matching the search criteria displayed in an infinite scroll So I can see the book cover thumbnail, title, and author for all matches

Steps to Follow (optional)

Additional Considerations Any supplemental information including unresolved questions, links to external resources, screenshots, etc.

ghost commented 3 years ago

The user will also want to see the publisher for all matches (based on https://github.com/chingu-voyages/soloproject-tier3-bookfinder).

Guitarhub786 commented 3 years ago

When we say, "infinite scroll". If there is a 1000 hits, do we literally mean pasting all the results on the users webpage, that could create time, buffer and memory issues. Or de we mean 'paginate' i.e 10 items per page.

ghost commented 3 years ago

@Guitarhub786 More results will be loaded when the page is scrolled to the bottom.