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

Feature: Like/save songs to Spotify Library #2

Open
rtkg12 opened this issue Sep 27, 2020 · 7 comments
Open

Feature: Like/save songs to Spotify Library #2

rtkg12 opened this issue Sep 27, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up-for-grabs

Comments

@rtkg12
Copy link
Owner

rtkg12 commented Sep 27, 2020

Add a like button to each song in the results page which would allow users to directly save songs to their library without saving the entire playlist.

@rtkg12 rtkg12 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers up-for-grabs labels Sep 27, 2020
@ashikvarma11
Copy link

@rtkg12 I would like to work on this issue. Please guide me through the process. I'm a beginner.

@rtkg12
Copy link
Owner Author

rtkg12 commented Sep 29, 2020

@ashikvarma11 Thanks for taking up this issue. This one should be pretty straightforward and would mostly require work on the frontend in React.

To get started, I would recommend that you look at the Results and SongList components. You could add a button to each song entry to like/save the song to the user's Spotify library. This should only show up if the user is logged in. You could also prompt the user to log in if they haven't already, there should be a method to do that which is already implemented. I can point you in that direction once you have the first part done. After a user likes a particular song, just call the relevant endpoint in the Spotify API with the user's access_token.

Please go ahead and assign yourself to this issue whenever you start working on it. Let me know if you need anything else and I'd be happy to help out.

@ashikvarma11
Copy link

@rtkg12 Could you assign the task to me? I believe only Collaborators can assign issues.

@ashikvarma11
Copy link

Thanks

@ashikvarma11
Copy link

@rtkg12 I have implemented the feature for like/save tracks. Please guide me through how we can invoke user-login checks.
I'll create a PR for reviewing the code.

@BaluDeshamoni
Copy link

Is the issue still open. can I work on the issue.

@HarshithaSivalingala
Copy link

Is the issue still open . I am willing to work on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed up-for-grabs
Projects
None yet
Development

No branches or pull requests

4 participants