As a user, I want the ability to share my favorite music and see other friends’ song recommendations, so that I can better connect with my friends and expand my own taste through theirs.
if Kevin is done with /get,
hit the API endpoint --> localhost:8080/get --> [objects]
constants -- > [obj]
for each obj in arr
return
feedItem.song
Basic Feed UI — 2 hours
Fetch and Display Shared Songs — 2 hour
Share Song Functionality — 2 hour
Tests:
Feed Rendering Test
Data Fetch Test
Song Sharing Test
As a user, I want the ability to share my favorite music and see other friends’ song recommendations, so that I can better connect with my friends and expand my own taste through theirs.
if Kevin is done with /get,
hit the API endpoint --> localhost:8080/get --> [objects]
constants -- > [obj]
for each obj in arr return
Tests: Feed Rendering Test Data Fetch Test Song Sharing Test