-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-stories
11 lines (10 loc) · 1.05 KB
/
user-stories
1
2
3
4
5
6
7
8
9
10
11
BACKLOG
As a user, I should be able to play the Spotify playlist called slackboxpro from an starting point other than the first track ("index zero").
As a user, I should be able to see the index # of the current song playing from a Spotify playlist called slackboxpro.
As a user, I should be able to see the time remaining of the current song playing from a Spotify playlist called slackboxpro.
As a user, I should see the index number increment when the time remaining in the current song reaches zero.
Two users on different computers should be able to both start at the same currently-playing song in the playlist slackboxpro if they hit "play" at the same time.
As a user, I should be able to play the Spotify playlist called slackboxpro from a point in the middle of song.
Two users on different computers should be able to both start at the same point in the middle of a currently-playing song in the playlist slackboxpro if they hit "play" at the same time.
COMPLETED STORIES
As a user, I should be able to play the Spotify playlist called slackboxpro from the beginning.