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

Convert "Order has_many :products" to "Order has_one :product" #98

Open
becousae opened this issue Feb 16, 2016 · 1 comment
Open

Convert "Order has_many :products" to "Order has_one :product" #98

becousae opened this issue Feb 16, 2016 · 1 comment

Comments

@becousae
Copy link
Member

Right now the relation between order and product is many to many.
This makes a lot of things more complicated though.

Zeus members rarely order more than 1 item, and if they do, we can just create multiple orders on the server. Converting is to a many to one relation would speed things up and make them simpler.

@iasoon
Copy link
Member

iasoon commented Feb 17, 2016

+1

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

3 participants