scottdevoss / viewing_party_lite_7

1 stars 1 forks source link

Discover Movies Page #2

Closed scottdevoss closed 11 months ago

scottdevoss commented 11 months ago

As an user, When I visit the '/users/:id/discover' path, where :id, is the id of a valid user, I should see

Details When the user clicks on the Top Rated Movies OR the search button, they should be taken to the movies results page (more details of this on the Movies Results Page issue.

The movies will be retrieved by consuming The MovieDB API.

coryrpow commented 11 months ago

I'm assigning myself this just to give a heads up I'm looking at it and working on a branch, but not planning on doing anything other than building out the bones of what needs to be there like the buttons and things like that.