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

Figure out a good way to add, remove, and otherwise alter associations. #55

Open
joncalhoun opened this issue Sep 25, 2014 · 2 comments

Comments

@joncalhoun
Copy link
Member

Things like creating a new order and linking it to a user, or making ProductOrders to link products to an order.

If anyone has recommendations or other insights from seeing this done in the past please share. I have a few ideas, and will be jotting them down here over time, but that may take a few days.

@joncalhoun
Copy link
Member Author

There may be a few things we can learn from https://github.com/vigetlabs/active_admin_associations and the default way that ActiveAdmin does this.

@amuino
Copy link

amuino commented Nov 17, 2014

Some kind of ajax / incremental search menu will be needed. The default of loading everything into a <select> tag doesn't work well with production data (slow to load, inefficient to use)

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

No branches or pull requests

2 participants