passiondynamics / cineguess-backend

Source for API + database functionality for cineguess.
0 stars 0 forks source link

Remove animated movies from the JSON file #17

Open OwenM4 opened 8 months ago

OwenM4 commented 8 months ago

Points: 1

TODOs:

Description: Remove the animated movies from the JSON file the database uses to initialize itself.

Notes: We must remove the animated movies because they will be too difficult to answer correctly. To do this we will use the movie id to get the genres of the movie and if the genres contain the id '16' then it is animated.

OwenM4 commented 8 months ago

I was wrong the initial top rated movies api call includes the genres so instead we should filter with the initial group instead of writing a new method.