passiondynamics / cineguess-backend

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

Making sure this movie isn't a repeat #13

Open OwenM4 opened 9 months ago

OwenM4 commented 9 months ago

Points: 1

TODOs:

Description: Confirm that there are no duplicate movies.

Notes: We need to make sure we are only putting in each movie once. This will make sure we can't have the same movie back to back when the game is live. Depends on https://github.com/passiondynamics/cast-le-backend/issues/11