You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! backbone.trackit is really good then working with single model, but then you try to work with nested models (and especially then you working with nested collections of models) it soon become very hard as you have to track changes in each model and track all their relations by hand.
It will be really great to have ability to do so automatically.
For example:
1.I have model Book.
2. Book have fields like title, publisher and others.
3. also book can have one or more Authors.
4. All book meta, including Authors are edited on one page and I'd like to save and reset it automatically.
5. Now to do so, I need to use startTrcking() on each model, remember id''s of author's models and reset all of that than I need to reset model.
I understand, that it not a part of the default Backbone functional, but it will be great to be able to do it somehow.
The text was updated successfully, but these errors were encountered:
Hi! backbone.trackit is really good then working with single model, but then you try to work with nested models (and especially then you working with nested collections of models) it soon become very hard as you have to track changes in each model and track all their relations by hand.
It will be really great to have ability to do so automatically.
For example:
1.I have model Book.
2. Book have fields like title, publisher and others.
3. also book can have one or more Authors.
4. All book meta, including Authors are edited on one page and I'd like to save and reset it automatically.
5. Now to do so, I need to use startTrcking() on each model, remember id''s of author's models and reset all of that than I need to reset model.
I understand, that it not a part of the default Backbone functional, but it will be great to be able to do it somehow.
The text was updated successfully, but these errors were encountered: