Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models.

learn more… | top users | synonyms

0
votes
0answers
9 views

Delete objects in backbone-relational

let's say I have two HasMany relationships: Playlist: HasMany Clips and ClipsMegaCollection: HasMany Clips The idea is to have a sorted list of Playlists and keep a ClipsMegaCollection ...
0
votes
0answers
34 views

Backbone-relational update models in-place after save?

I have a Book model that inherits from RelationalModel and implements hasMany relationship with Page using backbone-relational as such: class Book extends Backbone.RelationalModel relations: [ ...
1
vote
1answer
123 views

Creating Relationships in BackboneJS / Accessing Parent Attributes in Backbone Relational

I am using Backbone Relational to handle relationships between two models that I have. Here are the two models that I have: Thread = Backbone.RelationalModel.extend({ urlRoot: '/api/thread', ...
0
votes
1answer
48 views

Error callback called after succesfull Model save in the database

category = new Category({name: name, img: img}); category.save(null, { success: function(){ console.log("saved") }, error: function(){ console.log("error") } }); I have a form, and ...
0
votes
0answers
34 views

Backbone: Old model instances vanish when new one is loaded

I'm using Backbone in connection with Backbone-relational and the IndexedDB Backbone Adapter. I have two Models like this (CoffeeScript): class InvoiceModel extends Backbone.RelationalModel ...
1
vote
0answers
93 views

Backbone Relational: Model with 2 collections of the same type

I'm trying to create a backbone relational model with 2 "hasMany" relations of the same type, but I'm getting the error: "Cannot create relation=child on "(myReverseRelationName)" for model=child: ...
1
vote
4answers
49 views

temporary backbone collection for editing models

Im working with a collection and models: var StuffCollection = Backbone.Collection; var StuffModel = Backbone.RelationalModel; in one place I make an instance of that collection with models: var ...
0
votes
0answers
33 views

Backbone Relational - How to fetch a reverse relationship

I get from my server using findOrCreate the following json of my album model in django: artist: 2 description: "asdasd9" id: 9 image: "" price: 0 release_year: 1950 resource_uri: "/albums/9" songs: ...
0
votes
0answers
22 views

set method backbone-relational

I have an input select with some options. When the selected value change I capture the event and I want change the relationship (hasOne) between the model of this view and other model called tag that ...
1
vote
2answers
80 views

Proper method for backbone-relational relationship definitions based on keys

I've been over the docs quite a few times, but this aspect still isn't clear to me. It's entirely possible that I'm thinking backbone-relational does something that it doesn't. I'm looking for the ...
0
votes
1answer
125 views

How to make Backbone-Relational (0.8.5) work with RequireJS?

After another long research, sth comes out :-) It seems the problem is about the function "getObjectByName". It can not work well with requireJS(ADM). Currently, I have to setup a globel var to fix ...
2
votes
0answers
110 views

Backbone-relational hasmany best practices

I am new to Backbone-relational, I am not sure what is the right way to use HasMany. I have a Parent model which have many children (by "many" I mean thousands of children). In order to avoid ...
0
votes
0answers
63 views

Backbone relational fetchRelated not working

My rest server serves me this json for user : { uid: '1', roles: [ 2, 4 ] } I have a RelationalModel for user and another for role. Each user has many roles, when I call user's ...
0
votes
1answer
106 views

How to fetch nested collection in Backbone-Relational

I am trying to fetch all clients, who have nested client-contacs (people). I am having some trouble getting the client-contact collection who belongs to the client/company. If I try to get the ...
0
votes
0answers
31 views

Backbone.js: Disallow backbone history

I came on this site to research a problem that I've been having regarding negating Backbone.js's history for certain elements. Thankfully, I came across this answer: here. While it had provided a ...
0
votes
1answer
86 views

Backbone - sync doesn't detect my collection url

I have an albums and songs relationship. In the new album view I'm asking for the songs at the same time, I'm trying to save the album model first and then save the song collection and attach it to ...
0
votes
1answer
46 views

Backbone: Creating models from a Collection of Models that contain a Collection of Models

I have an API that is producing GeoJSON data of a number of Venues and Events that are occurring at each Venue. See an example output: { "crs":null, "type":"FeatureCollection", "features":[ ...
0
votes
0answers
60 views

Backbone Relational Model with array. How to commit?

I trying to add an information from that array to my html template. How can I commit the array data with needles models? And how can I put it into table? Here is an Array: Days = [ { dayname: ...
0
votes
1answer
76 views

Backbone.js: How to prevent multiple downloads of a related model?

Yes I know there is a plugin called Backbone-Relational but I have a serious problem with its fetchRelated function which, in my opinion, renders it useless for me. So I was wondering if there are ...
0
votes
2answers
133 views

Rendering a Collection with Multiple Sub Collections

I'm trying to convert an application to Backbone Marionette and am running into a problem rendering a collection of items that each contains multiple sub collections. The Background: I am working on ...
1
vote
0answers
149 views

Backbone relational toJSON doesn't render all attributes

I've read this and this question already but it didn't help. I called fetchRelated this way: initialize: function(){ Artist.fetchRelated( 'albums', ...
1
vote
1answer
132 views

relatedModel does not inherit from Backbone.RelationalModel — using RequireJS and exports for circular dependency

I've run into a problem that may have to do with my lack of understanding of the use of exports / RequireJS for circular dependencies. I'm getting the error relatedModel does not inherit from ...
0
votes
1answer
37 views

backbone view asks for a model Im not using

I have a user model, each user has an artist and every artist has several albums. I'm trying to render a view to show a user profile. When I try to render the view I get the following error: Uncaught ...
1
vote
1answer
223 views

Rendering nested collections using Backbone.Marionette and Backbone.Relational

I'm trying to make a simple calendar/todo-list with Backbone.js. I have a collection of Days that can each have multiple Todos. I would like to render each date into an unordered list containing ...
1
vote
0answers
67 views

Backbone relational with key in nested attribute

I am using Backbone-relational to have relational models. But i'm having a problem with related models of which the keys are in a nested attribute. My model looks like this: Event.Model = ...
0
votes
0answers
84 views

Nested model working example

I have a spring rest service that returns data in JSON format. the structure of JSON is as follows: { "message": "Success", "data": [ { "projectId": "18480", "toolsUsed": [ ...
1
vote
1answer
177 views

loading backbone and backbone relational with require js

Hi all Im trying to load backbone and backbone-relational in require js every time I just require 'backbone', this is my code: main.js: requirejs.config({ paths: { 'domReady': ...
0
votes
1answer
143 views

Exposing relational models to backgrid.js

I want to expose some attributes from relational model (builded via backbone-relational) to my backgrid (builded via backgrid.js). As I understand backgrid receives collection and mapped model as ...
1
vote
1answer
191 views

backbone fires 'add' event after 'sort' on backbone.relational collection

I'll try to explain my problem in detail, but if something's missing, please poke me and I'll gladly give you additional info.. I'm using backbone 0.9.10, backbone-relational 0.7.1, underscore 1.4.4. ...
0
votes
1answer
91 views

Top level collection of a Backbone.js model won't sort

I'm working on my first Backbone.js app and have run into some weird behavior that I'm concerned could indicate a problem in my design. My data looks like this: Syllabus Dance Figure ...
0
votes
1answer
63 views

Nested Model In backbone is filled with data

I created a model(RuleModel) and which has a attribute which is other model(RuleInformationModel) . But while passing the json(SampleRule) the data the internal model is not getting filled. When i do ...
1
vote
1answer
258 views

Send a POST ajax to add products to quotation

My background is more server-side than front-end. So I may be lacking in some basic front-end knowledge. I have a endpoint called /quotations/:id/products which if you do a POST action, this means ...
0
votes
0answers
115 views

Fetching Collection from related model in Backbone Relational

I've two views - leftView and rightView. RightView has 3 subviews, and one of the views is a Newsfeed, having commenting features. So, when one of the links on the left panel is clicked, it should ...
0
votes
0answers
48 views

backbone.js create sub model + backbone-relational

I am stuck with the following problem with backbone. I have an xml in the following format http://pastebin.com/UnAvtrts The structure of xml is in the following form Can't find/fix the issue with ...
0
votes
0answers
52 views

how to make a dynamic el in backbone biew

I basically want to bulid a backbone tree . but i have restriction on html such that i can only use table so i used the following code to build the tree . But my problem is if i have a more than one ...
0
votes
1answer
52 views

Is there a restful way to tell Backbone to save only one attribute to the server?

I have a collection that's attached to a model. When I click a button, I would like to be able to tell backbone to save only that one attribute (containing the collection) to the server m.Survey = ...
0
votes
1answer
151 views

How to delete a dependent model from the same collection in backbone.js

I have a model which has both navid and subnavid .While destroying a model i need to check in the entire collection , for other models which have navid as same as subnavid of the model i'am trying to ...
0
votes
0answers
230 views

backbone relational : Uncaught TypeError: Cannot read property 'id' of null

I'm having a problem trying to implement the backbone relational within our application. I get this error after i try to fetch a RelationalModel: Uncaught TypeError: Cannot read property 'id' of null ...
0
votes
1answer
157 views

Send BackboneRelational as ajax data

I have a model that extends Backbone.RelationalModel and that has a one to many relation, the problem occurs when I try to send an ajax request with that model as the parameter. $.ajax( url: ...
0
votes
0answers
102 views

Using Backbone Relational+Mongoose, how do I RESTfully save a collection that's an attribute of a model?

In backbone, I have a model with the following structure: m.Survey = m.BaseModel.extend({ initialize: function() { this.saveInvites = _.debounce(this.saveInvites, 1000); ...
0
votes
1answer
204 views

Example for Backbone-relational with Marionette views

I've just recently stared using backbone.js and since i have a rather large data-structure, i am using backbone-relational in order to keep it as lean and as fast as possible. Now i would like to use ...
0
votes
1answer
227 views

Backbone success callback not called

I am having an issue trying to get called a success callback after fetching a collection. Here is the code from the collection, the problem is excuting executeLongPolling (function() { ...
0
votes
0answers
59 views

Flush backbone.js events?

I'm using backbone-relational and calling Backbone.Collection.fetch() to load my own Contact models and their submodels into a Collection, which works fine. Unfortunately backbone.js triggers a ...
0
votes
0answers
54 views

Backbone Relational: When saving to the server, is there a way to prevent it from overwriting HasMany key?

My problem is whenever I .save() to the server, Backbone relational overwrites the entire contents of my HasMany key firing off lots of unneeded remove and add events. Is there a way I can only update ...
1
vote
1answer
150 views

Events in Backbone Relational: What are they for, what they do, and can the triggers be safely removed?

I have been trying to decipher backbone.relational source code. I found that it fires a lot of its own events. I did a log on some of my models, and found that a lot of these events seem to fire off ...
2
votes
1answer
51 views

View-specific modifications to Backbone collections

I have a Backbone model (let's call it Foo) that includes a collection of n sub-models (let's call them Bar), and in one particular view, I only want to display m of those sub-models, along with a ...
0
votes
0answers
110 views

Backbone Relational AutoFetch for Many-Many relationships

I have a many->many relationship for Surveys and Questions through a SurveyQuestion model. So basically a Survey can have many questions and a question can have many surveys. When I tried setting up ...
1
vote
0answers
76 views

In Backbone Relational how do I silence add:* events on fetch()

When I load in my model using .fetch() backbone Backbone Relational fires off an add:survey_question for each question it adds (which is the same thing that would happen if load something onto my ...
0
votes
1answer
52 views

In Relational Backbone, when is the right time to intercept the response from server before creating a model?

I have a pretty complicated Backbone Model structure. m.Question: is a base question. If this was C++ it would be an "abstract" model because only it's children are ever instantiated ...
0
votes
0answers
92 views

Many->Many Relationships in MongoDB (via Mongoose) to talk with Backbone Relational?

I have the following schemas (simplified but has all the important parts): var QuestionSchema = new Schema({ question_text: String, type: String, comment_field: Boolean, ...

1 2 3 4