Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlists - Create A Playlist Widget #2

Open
ryanjadhav opened this issue Feb 18, 2013 · 3 comments
Open

Playlists - Create A Playlist Widget #2

ryanjadhav opened this issue Feb 18, 2013 · 3 comments
Assignees
Milestone

Comments

@ryanjadhav
Copy link
Member

Add songs to a playlist and have the song have the next song in the queue play back with lyrics. When implementing this consider porting code over to Backbone.js or Angular.js.

@ryanjadhav
Copy link
Member Author

We have backbone now. To implement this we would need to create:

  • Backbone Song model
  • Backbone Playlist collection (a List of Songs)
  • Backbone Playlist view (The view should use backbone this.listenTo(model, event, callback) to rerender the playlist when a new song is added to the playlist.)

@ghost ghost assigned ryanjadhav Mar 6, 2013
@ryanjadhav
Copy link
Member Author

Song Model and PlayList Collection currently in bon_iver

@ryanjadhav
Copy link
Member Author

For now, lets create a widget on all devices but only allow adding of songs from client devices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant