ZeusWPI / Tap

:beer: Yes. We have to drink. But we also have to pay. This does the drinking part.
https://tap.zeus.gent
1 stars 5 forks source link

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

Open becousae opened 8 years ago

becousae commented 8 years ago

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 commented 8 years ago

+1