yuliia-p/TopList-project

User can see detailed information about a single movie.

Closed this issue ยท 0 comments

โš™๏ธ Feature

What capability will users have when this feature is merged?

User can see detailed information about a single movie.

๐Ÿ“ Functionality

A description of how the application will work from the perspective of the user.

Display the detailed information about a movie.
User can see it by clicking on More Details.

๐Ÿ–ผ๏ธ Wireframes

Wireframe screenshot(s) of what the app should look like when it is complete.

Screen Shot 2022-08-01 at 10 13 34 AM

Screen Shot 2022-08-01 at 10 14 09 AM

โœ… Task List

Commit checklist for tasks needed to complete the feature.
  • Add a sibling div[data-view="more-details"] to the HTML.
  • Add button element and listen for click
  • Add all CSS styling necessary
  • Ensure that by clicking on button more details div[data-view="list-movies"] is hidden
  • Create another request for different api
  • Using loop find the movie was clicked (by the title/id)
  • Append data to the page
  • Add an anchor to the main page view that shows the list of movies
  • Ensure that by clicking on an anchor list of all movies is shown
  • Remove all console logs.
  • Remove all commented out code.
  • Remove all CSS properties that have no effect.
  • Create GIFs of the feature being used on both mobile and desktop screen sizes for inclusion in Pull Request.