-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Bakery Schema Design #32
Comments
May be we can think about first, what the web app would do in the end? |
Let say a POS system? For a bakery cafe chains |
Would makes more sense if we think of a digital (eCommerce) scenario? |
Like 'Catalog' instead of 'Shelf'? |
What if instead of Bakery we based the web app around objects associated with 'Sea'? |
Yeah I thought of that too. But wouldn't it to be too distant from a typical use case? |
Yeah that makes sense. So these objects: |
DIY bakery shop? Allow client to customize birthday cake for example loll |
@samsamai yes sure that makes sense. not sure about Baker / Supplier though |
Yeah we can drop bakers/suppliers and have shopping cart, line items, products |
To design a schema which will be used in our test suite, tutorial and demo web app (REST API).
Covering all datatypes (numeric, strings, currency, datetime etc) and relations (1-1, 1-N, M-N).
Some 'static data' that don't change so often (like products) and operations (like sales).
In total around 10~20 entities (excluding junction table) ?
The text was updated successfully, but these errors were encountered: