PixelogicDev / Gruvee-Mobile

#WeAreGrüvee
MIT License
48 stars 11 forks source link

[Release-1.0] Users don't know they can use playlist links to add songs #105

Open apust opened 4 years ago

apust commented 4 years ago

What happened

I opened a playlist and clicked on a plus icon. It shows a modal called "Add Song". I pasted a Spotify playlist URI to "Song link" field, and it added that playlist to Grüvee playlist

Problem

Using an existing playlist as a source of songs is a convenient way to get a Grüvee playlist going. Since it already works, we should tell users about this feature in some way in app UI.

adilanchian commented 4 years ago

This is a good idea and this is a two part fix:

  1. Setup some UI that shows that playlist songs from a provider will be imported into Grüvee when added
  2. Setup our backend to actually add all the songs from the playlist
apust commented 4 years ago

Setup some UI that shows that playlist songs from a provider will be imported into Grüvee when added

The easiest way I can see is changing modal title to "Add Songs", and changing input label to "Song or Playlist Link"