Improved relationships interface
It would be great to have a simple interface for managing relationships. Mostly I'd like to be able to associate existing models with hasMany/belongsTo relationships.
I think it could be as simple as a select menu for belongsTo, and a multi-select for hasMany (keeping to standard HTML inputs seems the most appropriate for this project).
I'm not sure I entirely understand the request. Shouldn't you be managing those relationships in the model itself and not in an admin interface?
Sorry for vagueness. I mean an interface for assigning relationships to records. For example; given a post, I might want to assign it to a category (belongsTo) or assign it tags (hasMany).
@angusfretwell - I've been working on this - I'm planning to release it as an ember-admin plugin in a few weeks. Will comment here when it's up!
+1 is there any update on this @angusfretwell I'm happy to help
Sorry @hbrysiewicz - I abandoned this. Was working with firebase and that made everything an extra level of annoying, so I switched all my admin stuff to rails.
+1
Alright, I'll work on this. I put something together for a recent project that I can probably use most of for this.