Skip to content

Commit 10bedbf

Browse files
author
Lutz Ashauer
committed
Renamed MasterDataModel directory to plural: MasterDataModels
1 parent 5fe9105 commit 10bedbf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MasterDataModels/GenericFieldsSchema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ The GraphQL schema definition language provides a sustainable starting point, to
3434

3535
[JSON schema validation](https://www.highly.co/hl/rwKOijEQwI4JfP)
3636

37-
[JSON cheat sheet](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModel/Assets/SchemaCheatSheetJSON.pdf)
37+
[JSON cheat sheet](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModels/Assets/SchemaCheatSheetJSON.pdf)
3838

39-
[GraphQL cheat sheet](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModel/Assets/SchemaCheatSheetGraphQL.pdf)
39+
[GraphQL cheat sheet](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModels/Assets/SchemaCheatSheetGraphQL.pdf)
4040

4141
## Schema - Customer Data (example)
4242
```javascript
@@ -137,6 +137,6 @@ type NonPhysicalGoods {
137137
# Sources
138138
[GraphQL live demo](http://graphql.org/swapi-graphql)
139139

140-
[GraphQL specification - Oct 2016](http://facebook.github.io/graphql/October2016/)
140+
[GraphQL specification - Oct 2016](http://facebook.github.io/graphql/October2016)
141141

142142
[Generic data model](https://en.wikipedia.org/wiki/Generic_data_model)

MasterDataModels/IntegrationProcess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The master data schema only consists of data fields, that need to be transformed
5151

5252
**NOTE:** A ```businessEntityID``` represents the business subject as a person or an organization. On this approach an inheritance (aka. relation or tree) can be defined by concatenated IDs of those entity types, an aggregate is built of. The usage context (aka. bounded context) is defined by the order of ```.typeObjects```. It is important that the ```.concatinationIDs``` consist of **reference keys**, as a logical syntax.
5353

54-
![Generic fields - concatenated typeObjects (trees)](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModel/Assets/GenericFields.svg)
54+
![Generic fields - concatenated typeObjects (trees)](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModels/Assets/GenericFields.svg)
5555

5656
> What criteria have to be considered for shaping entity types - aggregates derived from bounded context (typical records) as tree structure?
5757

MasterDataModels/Roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The master data model will grow with each application (specific data model) that
55

66
> The following steps describe a **hands on approach** which results in a master data model - at least the addresses part. Some statements need to be refined due to meetings with domain experts. _Some steps might be skipped in order to result in a master data model._
77
8-
**NOTE:** The conceptual approach follows the [MasterDataModelAdresses.md](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModel/MasterDataModelAdresses.md). All findings together should foster a robust master data model.
8+
**NOTE:** The conceptual approach follows the [MasterDataModelAdresses.md](https://github.com/openintegrationhub/Data-and-Domain-Models/blob/master/MasterDataModels/MasterDataModelAdresses.md). All findings together should foster a robust master data model.
99

1010
## Identify generic address fields
1111
* Setup a test case where at least two data models (applications) become synced - **synchronously**

0 commit comments

Comments
 (0)