You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, kudos for the project, it is very nice and you did/do a great job 😄
I would like to share an use-case that might be interesting and apparently it is not available.
As an user, I would like to access the search-box at homepage and write a/an song/album/artist name, and be redirected to the item page that has the details of the entry and links for the platforms, e.g. Spotify, Deezer, etc.
I did not took a look into the entire source-code, but, due to search-box lookup behaviour, I infer that the same artist, album or song can point to different entries, so this might require additional data and maybe a relation of one to many entries, which can take some time to implement and might not be viable according to the application architecture, but I find that this might be an interesting feature like what applications like SongWhip had.
The text was updated successfully, but these errors were encountered:
First of all, kudos for the project, it is very nice and you did/do a great job 😄
I would like to share an use-case that might be interesting and apparently it is not available.
As an user, I would like to access the search-box at homepage and write a/an song/album/artist name, and be redirected to the item page that has the details of the entry and links for the platforms, e.g. Spotify, Deezer, etc.
I did not took a look into the entire source-code, but, due to search-box lookup behaviour, I infer that the same artist, album or song can point to different entries, so this might require additional data and maybe a relation of one to many entries, which can take some time to implement and might not be viable according to the application architecture, but I find that this might be an interesting feature like what applications like SongWhip had.
The text was updated successfully, but these errors were encountered: