Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rock - Hannah Lumapas #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Rock - Hannah Lumapas #45

wants to merge 1 commit into from

Conversation

hlumapas
Copy link

No description provided.

Copy link

@spitsfire spitsfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we talked a little already in our 1:1 about viewing-party! be careful adding too many comments! great job!!

@@ -0,0 +1,181 @@
### --------------- WAVE 1 --------------- ###

def create_movie(movie_title, genre, rating):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

return new_movie


def add_to_watched(user_data, movie):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

return user_data


def add_to_watchlist(user_data, movie):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

watchlist.append(movie)
return user_data

def watch_movie(user_data, title):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


### --------------- WAVE 2 --------------- ###

def get_watched_avg_rating(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


### --------------- WAVE 3 --------------- ###

def get_unique_watched(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 using sets! what an interesting idea!

return user_unique_movies_list


def get_friends_unique_watched(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


### --------------- WAVE 4 --------------- ###

def get_available_recs(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


### --------------- WAVE 5 --------------- ###

def get_new_rec_by_genre(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

return recommended_movies_genre


def get_rec_from_favorites(user_data):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants