TheBobbyLlama / pagebound

0 stars 0 forks source link

Specialized route to get ratings for book search results. #1

Closed TheBobbyLlama closed 4 years ago

TheBobbyLlama commented 4 years ago

Currently, the client side Javascript is pulling the entire rating table and pulling the ratings it needs from the results. Instead, we should be able to pass the ISBNs of the results as a request body to a route that will just pull out the ratings we need.