nss-day-cohort-22 / movie-history-kindhearted-toads

movie-history-kindhearted-toads created by GitHub Classroom
0 stars 1 forks source link

Km watched events v2 #31

Closed krysmathis closed 6 years ago

krysmathis commented 6 years ago

Includes:

  1. A refactored the renderer - cards should display normally
  2. Added listeners for adding actors to movies - watchlist or not
  3. Created a function to handle updating the card after the rating is set
Chewieez commented 6 years ago

Does line 58 of AddListenersCards.js have a typo? I see:

dataManager.firebasePUT({movidId: 1234, rating: rating}).then(r=> {

Should it be movidId ? or movieId

Chewieez commented 6 years ago

👍