mihh-don / suitcase

Preparing my suitcase for the upcoming trip
0 stars 0 forks source link

Suitcase domain model #5

Closed mihh-don closed 5 years ago

mihh-don commented 5 years ago

Create ER diagram for the Suitcase domain:

mihh-don commented 5 years ago

More about Baggage Items:

mihh-don commented 5 years ago

More about Travel Plan:

mihh-don commented 5 years ago

All the 'reusable' Entities should be stored as Master Data inside the domain model. The user can make a request to add new values, in case something is missing. Duplicates or incorrect values should be avoided. These Entities include:

mihh-don commented 5 years ago

More about Baggage Policies:

mihh-don commented 5 years ago

It would be good to keep the Master Data separate from the rest of the Entities in the Domain Model. These Entities can be grouped inside a Catalog. The m-to-n relationships will be then broken into 1-to-n relationships, with just a reference to the Master Entity from the Catalog.

mihh-don commented 5 years ago

ER Diagram

ER_diagram