SE310-1 / W.A.K

W.A.K is a movie tracker web-app developed to simplify and enhance the movie-rating experience while making this process more fun and customisable.
MIT License
2 stars 12 forks source link

Fix Rating Persistence #58

Closed scor728 closed 1 year ago

scor728 commented 1 year ago

Fixes Rating Save Functionality allowing user's ratings of movies to be successfully retrieved from the database.

Note: Due to the way the Ratings are stored currently, It is only possible to retrieve them by title. This means that a rating for a movie with title "x" may also display identically for a different movie with the same title ("x").

Closes #54