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

Rewrite Movable and MultiSelect components with support for Backbone.Collection #1

Open
vicentemundim opened this issue May 20, 2013 · 0 comments

Comments

@vicentemundim
Copy link
Member

We currently use simple arrays for Movable and thus MultiSelect. It would be great to use Backbone.Collection for the Movable component, since it has support for using a comparator, which is basically the functionality we need in Movable.

We have to be aware of performance issues, since we may be throwing some overhead onto this lists. An automated performance test would be of great value here.

An advantage of using Backbone.Collection and Backbone.Model instead of using pure arrays and Objects would be the possibility to listen to specific model events, and bind them to specific views.

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