c-topherl / brewCom

0 stars 0 forks source link

Question: Customer table #35

Closed joelmeister closed 8 years ago

joelmeister commented 8 years ago

Since we have decided to make the orders and whatnot per user rather than per customer, most of the add order/cart functions will not need to accept "customer code".

I was planning on adding "customer id" to the users table and only allow each user to belong to one customer so we could just join the customers table whenever we need customer information. Then I will add "customerid" as an option for the get* operations.

This is all my current plan anyways. Thoughts/issues?

c-topherl commented 8 years ago

Works for me.