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

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

km-displayer #16

Closed krysmathis closed 6 years ago

krysmathis commented 6 years ago

Initial commit of the renderer object

Cannot test at the moment, but includes CSS and Image file for stars

Chewieez commented 6 years ago

Looks great!

On line 42, we need to talk in the morning about whether we need a .watchlist property. Chris and I had decided that we didn't need one. Because the movie either existed in the active user's database, meaning it was tracked, or it didn't, meaning it was untracked. If it had a rating, it was watched, if rating was null, then it was being tracked but was unwatched. This made sense at the time, but thinking of this in the realm of your render function, we may need to revisit the decision and maybe put it back. Since your render function will also be rendering the search results of new movies, which won't be in our user's database.