mikevallano / tmdb-moviequeue

Add movies to your queue, share lists with family & friends. http://www.flicksonlists.com/
http://www.flicksonlists.com/
0 stars 0 forks source link

Allow many user ratings & reviews per user/movie #413

Open lortza opened 7 months ago

lortza commented 7 months ago

Currently, a user can add a rating and add a review to a movie they have seen. I would like to allow a user to add more than one of these items because opinions change over time.

I also think we could condense the rating and the review into 1 record, similar to any other product review we'd write. This new kind of review would have a review.rating and a review.comment (as well as the usual timestamps).

In order to migrate the existing data, my first thoughts are:

Code changes: