-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create a domain/data model #47
Comments
Based on the requirements listed in the issue tracker and the current database schema, I believe this accurately models the domain -- note that it does not address language requirements. I'm not suggesting we need to something as complicated as this, but it does give us a high-level view to discuss further. Questions and feedback welcome! |
It definitely gives us a clear overview of the domain, I'll look into it this weekend. |
This is great ! Thanks Nicholas ! |
Indeed very useful 👍 Here are a few comments (which might be premature for a high-level db schema):
I'm pretty sure we'll discuss some of those points tonight, during the workshop. |
It's more an object model, than a DB schema focused on persistence -- hence no foreign keys, join tables etc. @cawel But theses are all great suggestions. Thank you! 💥
Yes, definitely.
Yes, definitely. Probably makes most sense for
Yes, to persist the many-to-many relationship we would definitely need a join table. |
No description provided.
The text was updated successfully, but these errors were encountered: