ember-data-model-maker
ember-data-model-maker copied to clipboard
A tiny Ember.js app intended to give a little clarity about what code is needed to get your app up and running with Ember Data
Hi Andy, Can you add `Array` in the dropdown list to support `DS.attr()`(Array)? Note: `DS.attr()` means an array if no parameter is passed in, see [src](http://stackoverflow.com/a/26107853) Thanks.
So anyone can see the needed server API. Like the URL Conventions on Ember Guide, but depended on the entered model. For the initial example on the page: | Action...
Under the "Expected JSON" segment (for JSON-API format), it appears to display `included` nested within the `data` hash. I have heard talk that `included` should be at the top level...
It would be cool if the entities could be viewed as some sort of visual ER diagram. Relationships marked using arrows etc.
In order to allow users to share and bookmark the models they created, the model's state could be reflected in the app's URL. A viable path could be to serialize...
Similar to #6 it would be good if there was a way to save and retrieve your schema. Maybe it could export to and read from a CSV file or...
I think having classes and subclasses in models would help a lot in visualizing their relationships and how are they supposed to be serialized. Furthermore, it would open the door...