JTSTAM02 / Capstone-Backend

0 stars 0 forks source link

As the ultimate movie guru, I would like to be able to rate movies I have watched, so that I can get high quality recommendations the next time I utilize the program. #8

Open JTSTAM02 opened 1 year ago

JTSTAM02 commented 1 year ago

Points: 1

What I Meant Was: Users should have the ability to rate movies they have watched to receive better recommendations in the future.

Testing Criteria: Confirm that users can rate movies and that ratings affect the quality of recommendations.

Definition of Done: Movie rating feature is implemented, and ratings influence the next recommendations.

Vertical Slice:

Test

Create Logic for Movie Rating Create Styling for Rating UI Create React Component(s) - Rating Form

Create Route to Path for Movie Rating Test End Point with ThunderClient Create REST End Point for Movie Ratings Update Views for Movie Ratings Update Serializers for Movie Ratings Update Migrations for Movie Ratings Update Models for Movie Ratings