PixelogicDev / Gruvee-Mobile

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

[Release-1.0] Apple Music: When adding a track on Grüvee we should add the track to the platform playlist #97

Closed adilanchian closed 3 years ago

adilanchian commented 4 years ago

This task combines a couple things here:

General

This flow for this should be:

  1. Add Apple Music song link to app
  2. Verify proper url link
  3. Get metadata for song
  4. Check to see if song already exists in Grüvee database
  5. Return song data to user & add to playlist document
adilanchian commented 4 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 4 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 4 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 3 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 3 years ago

What We Did Today

What We Do Next Time

adilanchian commented 3 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 3 years ago

What We Did Today

What We Will Do Next Tme

adilanchian commented 3 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 3 years ago

What We Did Today

What We Will Do Next Time

adilanchian commented 3 years ago

We took a bit of a turn today and decided to work on getting the gruveebackend repo functions setup with proper logging and adding documentation around it. Will continue to work on this and then deploy all the functions to the cloud using our fancy Github Actions.

adilanchian commented 3 years ago

A LOT has happened in the past few days:

  1. Updated ALL the logging in the our Firebase functions to get a better understanding of what's going on in production
  2. Got the hang of how we are utilizing the Github actions for proper cloud deployment
  3. Tested and deployed FetchAllMedia trigger function that is currently working if you add a song in Apple Music, it will get the proper data in Spotify.

While now this is a tad off topic for this issue, it was highly needed. the last task for this issue is to get the "Add to playlist" support going

adilanchian commented 3 years ago

One thing we have to think about here is when we add things such as albums and playlists, we need to traverse through all of the tracks and add them separately to the playlist... This is not a current issue we are currently ready for. I think we should make a separate issue for this and work on that as part of the Alpha v3 launch. It's not as highly important as using the actual app