wesatt / viewing_party_lite

Project showcasing authorization, authentication, and API calls
1 stars 0 forks source link

Movies Results Page #4

Closed wesatt closed 2 years ago

wesatt commented 2 years ago

When I visit the discover movies page, and click on either the Top Movies button or the Search button, I should be taken to the movies results page (users/:user_id/movies?q=top%20rated, /users/:user_id/movies?q=keyword respectively) where I see:

Details: There should only be a maximum of 40 results. The above details should be listed for each movie.

I should also see a button to return to the Discover Page.

enalihai commented 2 years ago

Card is done, we need to ask more about testing when a field is required and does not reroute when incorrectly filled in.