diff --git a/docs-kits/kits/tractusx-edc/CHANGELOG.md b/docs-kits/kits/tractusx-edc/CHANGELOG.md index 10e5842bfd5..7a2e25696cc 100644 --- a/docs-kits/kits/tractusx-edc/CHANGELOG.md +++ b/docs-kits/kits/tractusx-edc/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this Kit will be documented in this file.

Changed

- restructuring of adoption view +- new domain model, drawn with drawio ## [0.5.0] - 2023-08-09 diff --git a/docs-kits/kits/tractusx-edc/docs/kit/adoption-view/page_adoption-view.md b/docs-kits/kits/tractusx-edc/docs/kit/adoption-view/page_adoption-view.md index c2fa820e311..b98e02cc95d 100644 --- a/docs-kits/kits/tractusx-edc/docs/kit/adoption-view/page_adoption-view.md +++ b/docs-kits/kits/tractusx-edc/docs/kit/adoption-view/page_adoption-view.md @@ -86,9 +86,9 @@ The Connector KIT builds on the [Catena-X Standards][Catena-X-Standards-url]. Ev ### Terminology -![domain-model](images/domain-model.png) +The shown picture illustrates only a generic view of the Domain Model and is not intended to show all aspects of the project. -> The shown picture illustrates only a generic view of the Domain Model and is not intended to show all aspects of the project. +![domain_model](@site/static/img/domain_model.drawio.svg) #### Extensions diff --git a/static/img/domain_model.drawio.svg b/static/img/domain_model.drawio.svg new file mode 100644 index 00000000000..d34201e2a13 --- /dev/null +++ b/static/img/domain_model.drawio.svg @@ -0,0 +1,4 @@ + + + +Contract NegotiationReperesent the negotiation process.
Contains
Contains
- Final contract agreement- Contract offersContract DefinitionTemplate for contract offers.
Contains
Contains
- Access Policy- Contract Policy- Asset selectorContract OfferDynamically generated and notpersisted anywhere.
Contains
Contains
- Asset- PolicyAssetDescribes data which should betransfered.PolicyTechnically processable contract.Based on ODRL.
Contains
Contains
- Permitions- Prohibitions- DutiesData Request
Contains
Contains
- AssetID- ContractID- dataDestinationResourceDescribes resources of the datatransfer.Transfer ProcessRuns through a state machine.Symbolizes the data transfer on thecontrol plane.Data AddressDescribes datasource for Assetdata.Contract AgreementDescribes the signed contractbetween the consumer andprovider.
Contains
Contains
- Asset- Policy
Contains history of
several offers
Contains history of...
Contains the final
agreement
Contains the final...
Transferred into
(after the agreement)
Transferred into...
Generates x
contract offers
Generates x...
Selects (0..*)
via AssetSelector
Selects (0..*)...
Contains
Contains
Describes where the
data comes from
Describes where the...
Describes where the
data should be copied
Describes where the...
Contains
Contains
Provisions, transfers
and deprovisions
Provisions, transfers...
Text is not SVG - cannot display
\ No newline at end of file