Skip to content

MitkoDG/1-stream

Repository files navigation

Movie task

To see the demo you have to load the empty.txt file which you can find in the repository.

List of requirements:

Front End TMBD API Task

Web form page with input for uploading file with a list of movie titles. After selecting a file, the movies list is displayed and its possible to select one or more of the tittles. The idea is to filter out unwanted records. Under the list there is a “Preview” button. When its clicked information about the selected movies is fetched from the TMDB API and is displayed on the screen, next to the corresponding tittle.

The TMDB data can consist some or all of the fields:  TMDB ID  Title  Overview  Actors  Genres  Poster  Release  Rating  Trailer  Director  Duration (in minutes)

After this the user must be able to filter out undesired records (again), and choose to save only the selected movies.

The “Preview” button now should be labeled “Save” and on click the data of the selected movies is send to an AJAX save endpoint.

Optional additional feature: When on the preview page (after fetching TMDB data), the user can perform additional TMDB searches and fetch data for individual movies This will solve a problem when the initial multy search could not find a matching TMDB movie or found wrong TMDB movie due to close or matching tittles and loaded wrong information on the preview list.

TMDB API Docs - https://developers.themoviedb.org/3/getting-started/introduction

Check the Demo website

ScreenShot

About

1-stream task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published