-
Notifications
You must be signed in to change notification settings - Fork 72
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
Who uses Backbone-Associations? #55
Comments
Source : Google Search
http://techcrunch.com/2013/06/05/google-app-engine-adds-kinvey-to-power-mobile-backend/
http://devcenter.kinvey.com/backbone/guides/datastore#RelationalData |
Source : Issue #51 The RESThub stack (http://resthub.org/) is currently porting from Backbone-Relational to Backbone-Associations! |
RESThub 2.1.2 has been released and now includes by default Backbone Associations 0.5.1. |
At @rentlytics we're porting from backbone-relational in a new version of our software. For the most part its been going rather well with @monokrome only submitting 2 issues so far. He has been heading up the new version, so maybe he can share some of his thoughts with you. But this library is much cleaner to work with than backbone-relational, mostly because it is simpler and does less things. |
@pplante : Thanks for sharing this! I am glad and excited to hear that @rentlytics is moving over to BB-Associations! As usual, I would like to hear about your porting experiences - so that we can incorporate them into our documentation.
|
http://www.tapestry.net/ |
@filR : Thank you! You made our day! |
Hi! We are using Backbone-associations at Pearson's Data Analytics and Visualization team. The UI portion of the current project is for defining certain query parameters to get insight on English courses and how students do in them. There's lots of intertwined metadata to be stored on our models, and your library made it palatable, maintainable and pleasant to work with. Thanks! |
@kosmotaur : Wow! It is an honor to be associated with all your efforts! Thank you so much for sharing this... |
At Sitata, we're currently migrating from Backbone Relational. The decision was made 100% based on the store concept, which didn't jive well with our existing patterns. Backbone associations is much simpler and hopefully won't introduce easy opportunities for our devs to create memory leaks. |
@astjohn : Wonderful! I think you should not have any issues, but should you find something, please do file on the issue tracking system. |
At Vaddio after evaluating several relational plugins we chose backbone-associations to build real-time web interfaces for audio and video devices running embedded linux. Thanks for this plugin. |
Thanks @asheriff for sharing this! We are honored... |
At DanceSafe we are using Backbone-Associations in our Android mobile app to provide drug safety & harm reduction information to the rave & nightclub community. |
Wow! Thank you @logankoester |
If @logankoester uses it, it's good enough for me. We use it here for client work @madgloryint |
🌵 🍍 😋 |
Great to hear that @genexp! |
@genexp 👍 |
oneoverzero uses backbone.associations on many web projects. |
@atomictag and @jnwng Wow! That's awesome 👍 |
At about.me we're in the midst of rewriting our core product using Marionette and Backbone Associations. Really liking it and can't wait to launch it. We've hit a snag though, regarding previous model attributes getting obliterated by fetching data on the parent model. I've posted a reduction of the issue at http://stackoverflow.com/questions/27086259/merge-attributes-when-using-model-set-with-backbone-associations. If anyone here can shed some light on that question, I'd be really grateful. Update: got an answer to my question: these singleton related models need to have an id assigned in order for attributes to get merged. Makes sense. |
Using it heavily on our booking platform at http://breather.com 👍 |
A compilation of projects which use Backbone-Associations. Please add your own project or product to this list. It would be wonderful and motivating to hear your story!
The text was updated successfully, but these errors were encountered: