Route-finder / Frontend

Find and display an optimal route to retrieve books from a library's shelves. Project Frontend
https://route-finder.netlify.app
Mozilla Public License 2.0
0 stars 3 forks source link

Display search suggestions in a pleasant layout #11

Closed Isaac-List closed 2 years ago

Isaac-List commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, the application can only add items when given an ISBN. This feature would work in tandem with this issue in the Classify module.

Describe the solution you'd like Display the suggestions in a way similar to that used in the "Add Items" tab in this UI mockup. Each result should have a button associated with it which when clicked adds that item to the list. The page should not reload at this point, but rather allow the user to continue to browse for materials.

Describe alternatives you've considered We could also format this as a table, but I think using a flexbox layout is a more responsive choice given that users will likely use this on a phone, where tables quickly become difficult to read.

Isaac-List commented 2 years ago

Closed as irrelevant due to the closing of #23