Skip to content
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

Improved relationships interface #46

Open
angusfretwell opened this issue Dec 12, 2014 · 7 comments
Open

Improved relationships interface #46

angusfretwell opened this issue Dec 12, 2014 · 7 comments

Comments

@angusfretwell
Copy link

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).

@bcardarella
Copy link
Member

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?

@angusfretwell
Copy link
Author

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).

@hhff
Copy link

hhff commented Jan 12, 2015

@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!

@hbrysiewicz
Copy link

+1 is there any update on this @angusfretwell I'm happy to help

@hhff
Copy link

hhff commented Mar 19, 2015

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.

@clairton
Copy link
Contributor

+1

@hbrysiewicz
Copy link

Alright, I'll work on this. I put something together for a recent project that I can probably use most of for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants