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

Playlist members list does not update members list #110

Open
LuisACorreaCSUMB opened this issue Apr 26, 2020 · 1 comment
Open

Playlist members list does not update members list #110

LuisACorreaCSUMB opened this issue Apr 26, 2020 · 1 comment
Labels
🐛bug Something isn't working hacktoberfest-accepted Accepted for Hacktoberfest

Comments

@LuisACorreaCSUMB
Copy link

Members numbers and list does not update if people remove it. Tested with Rawrs & You

@adilanchian adilanchian added the 🐛bug Something isn't working label Apr 28, 2020
@adilanchian
Copy link
Collaborator

This thing actually has not been implemented yet, but the logic goes like this:

  • If you are part of a playlist and NOT the owner, you can delete a playlist from your list
  • Currently if you delete this playlist, you are actually not removed from the list of members in the playlist

Expected Outcome
If I delete a playlist on my app, I don't want to be a part of it anymore and should remove the user reference from the playlist document

Actual Outcome
The playlist is removed from the user doc, but the user is never removed from the members list of a playlist

@adilanchian adilanchian added the hacktoberfest-accepted Accepted for Hacktoberfest label Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working hacktoberfest-accepted Accepted for Hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants