cseshasailaja / Jamming

Codecademy - Jamming Project
0 stars 0 forks source link

Criteria 2: Correct Implementation of User Flows #2

Open josephgupkim opened 5 years ago

josephgupkim commented 5 years ago

++ Spotify registers the app and grants an access token (only when saving a Playlist). ++ Playlist saves to Spotify ++ Default playlist name changes back to New Playlist

-- Search call doesn't trigger search method. -- Search method returns tracks -- Songs are hardcoded values.

cseshasailaja commented 5 years ago

I will work on fixing the code and make search call trigger search method. Also will remove the hardcoded values and re deploy it. Thank you for the comments.