AntonioMrtz / SpotifyElectron

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-MongoDB Backend. The goal is to reproduce the original Spotify functionality while adding new ones like uploading songs
https://antoniomrtz.github.io/SpotifyElectron_Web/
Other
45 stars 24 forks source link

Playlist update only introduce fields to change #246

Open AntonioMrtz opened 1 month ago

AntonioMrtz commented 1 month ago

Description

We want playlist update method to only need as parameters the fields that are going to change. Separate logic for adding and removing songs into two new other endpoints and methods

Context

Frontend is required to fetch playlist data and then send a request to update playlist data, that includes both data that won't change and data that has to change

How to do it

Testing

AntonioMrtz commented 1 month ago

Playlist update only introduce fields to change

KristianLengyel commented 1 month ago

Hello @AntonioMrtz is it possible to contribute to this issue ? I see that it is interesting topic and problem to solve.

AntonioMrtz commented 1 month ago

Hi @KristianLengyel , all yours. Thanks for your time, we have a docs website for doing the set up and other related topics. If you find this project interesting/helpful, I'd appreciate it if you could star the repo! .Let me know if you need anything :)

KristianLengyel commented 1 month ago

Just a little heads up, I'm just setting up the environment and familiarizing myself with the docs. I'll start working on the issue shortly. If I have any questions, I'll reach out.

AntonioMrtz commented 1 month ago

Yeah @KristianLengyel , no problem , take all the time you need, there's no need to hurry. Feel free to ask if you think I can help you with anything :)