Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ClosedSourcerer committed May 15, 2024
1 parent 1334379 commit e754434
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs-kits/kits/DCM-Kit/page_architecture-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If none of this applies to you or you are unsure, please refer to [Operation Vie
## Prerequisites

In order to participate in the Catena-X network an Eclipse Dataspace Connector (EDC), or a similar connector fulfilling the Dataspace Protocoll, is required, as the endpoints must not be called directly but only through a Data Asset/Contract Offer.
In order to participate in the Catena-X network an Eclipse Dataspace Connector (EDC), or a similar connector fulfilling the Dataspace Protocol, is required, as the endpoints must not be called directly but only through a Data Asset/Contract Offer.

In addition use case participants need to be boarded onto the Catena-X network.

Expand Down
8 changes: 4 additions & 4 deletions docs-kits/kits/DCM-Kit/page_development-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ The `unitOfMeasure` property MUST be set to one of the predefined values from [C
Multiple `WeekBasedMaterialDemand` aspects MAY be provided in one transfer as a JSON list. If only one `WeekBasedMaterialDemand` aspect is provided, it MUST be as list with one entry.

The current week is denominated as N=0, the next week as N=1, the week after the next week as N=2 and so on.
The data series in the `WeekBasedMaterialDemand` SHOULD start from week N=2. The dataset MUST include at least one week, where N>1 and MUST NOT contain duplicate weeks. Weeks N=0 and N=1 MAY be included. If demand changes, the entire dataset MUST be provided again, avoiding inconsistent or incomplete data. The new dataset might contain additional data or less data then the previous version of the same dataset. This includes the possibility that a `demandSeries` might have been removed entirely. Each `WeekBasedMaterialDemand` object MUST be unique for a given `supplier`, `customer` and `materialNumberCustomer` combination. This means that customers need to agregate demands from all their factories before providing them to suppliers as a single `WeekBasedMaterialDemand`.
The data series in the `WeekBasedMaterialDemand` SHOULD start from week N=2. The dataset MUST include at least one week, where N>1 and MUST NOT contain duplicate weeks. Weeks N=0 and N=1 MAY be included. If demand changes, the entire dataset MUST be provided again, avoiding inconsistent or incomplete data. The new dataset might contain additional data or less data then the previous version of the same dataset. This includes the possibility that a `demandSeries` might have been removed entirely. Each `WeekBasedMaterialDemand` object MUST be unique for a given `supplier`, `customer` and `materialNumberCustomer` combination. This means that customers need to aggregate demands from all their factories before providing them to suppliers as a single `WeekBasedMaterialDemand`.

If a week's demand is zero (value = `0`), it MUST be explicitly stated and included in the `WeekBasedMaterialDemand`, unknown demands (value = `null`) SHOULD be omitted.

Expand Down Expand Up @@ -544,7 +544,7 @@ Suppliers use `startReferenceDateTime` to define the start of the demand volatil

In order to get the start of any subsequent measurement intervals the value of `measurementInterval` needs to be converted from integer to weeks and added to `startReferenceDateTime`.

Once demand volatility metric calculation has been initiliazed `startReferenceDateTime` MUST maintain its value.
Once demand volatility metric calculation has been initialized `startReferenceDateTime` MUST maintain its value.

If the value of `startReferenceDateTime` or `measurementInterval` changes this is considered another initialization.

Expand Down Expand Up @@ -716,7 +716,7 @@ The `IdBasedRequestForUpdate` object (RfU) is used to request updates of some or

Customers and Supplier MUST be able to consume and process a RfU. Being able to provide a RfU is RECOMMENDED.

To properly proccess a RfU, the following steps MUST be executed:
To properly process a RfU, the following steps MUST be executed:

1. Response: Answering with the appropriate HTTP status code
2. Action: If that status code is `200 OK`: Providing the requested material demands and capacity groups via `WeekBasedMaterialDemand` API or `WeekBasedCapacityGroup` API respectively.
Expand Down Expand Up @@ -888,7 +888,7 @@ When consuming a payload, that contains unknown properties not described within

Attributes that are strings MUST be formatted correctly. For example, `expectedSupplierLocation` MUST be formatted as a BPNS. The `listOfReferenceDates` collection MUST represent the calendar week's Mondays in the format YYYY-MM-DD as described in ISO8601.

Certain properties, such as `author`, `objectId`, `listOfReferenceDates` and `objectType`, have specific requirements for their values. `author` MUST contain a valid emailadress or BPNL if anonymity is preferred. `objectId`, MUST be the UUID of either the `WeekBasedMaterialDemand` or `WeekBasedCapacityGroup` the comments is referencing. `objectType` MUST be as a Catena-X aspect model unique identifier without a version.
Certain properties, such as `author`, `objectId`, `listOfReferenceDates` and `objectType`, have specific requirements for their values. `author` MUST contain a valid email address or BPNL if anonymity is preferred. `objectId`, MUST be the UUID of either the `WeekBasedMaterialDemand` or `WeekBasedCapacityGroup` the comments is referencing. `objectType` MUST be as a Catena-X aspect model unique identifier without a version.

Multiple `IdBasedComment` aspects MAY be provided in one transfer as a JSON list. If only one `IdBasedComment` aspect is provided, it MUST be as a list with one entry.

Expand Down
4 changes: 2 additions & 2 deletions docs-kits/kits/DCM-Kit/page_operation-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Data providers or data consumers that want to enable your custom software for Ca

1. register for the Catena-X Ecosystem
2. be technically onboarded in the Catena-X Network and take care of an organizational onboarding within your Company
3. setup the neccesary IT parts for the go-live
3. setup the necessary IT parts for the go-live
4. receive a Business Partner Number (BPN)
5. accept the DCM Framework Agreement/Use Case Policy
6. sign necessary contract(s), e.g. the Data Exchange Contract(s) with your partner(s)
Expand Down Expand Up @@ -80,6 +80,6 @@ Please refer to the [Catena-X Library](https://catena-x.net/de/standard-library)

## Onboarding steps for Business Application Providers

Business Application Providers that want to enable their commercial software for Catena-X DCM need to register for the Catena-X Ecosystem following the specific information described in [Offering a Catena-X Solution](https://catena-x.net/en/catena-x-introduce-implement/offering-a-catena-x-solution) (including nexts steps & contacts).
Business Application Providers that want to enable their commercial software for Catena-X DCM need to register for the Catena-X Ecosystem following the specific information described in [Offering a Catena-X Solution](https://catena-x.net/en/catena-x-introduce-implement/offering-a-catena-x-solution) (including next steps & contacts).

Please refer to the [Catena-X Library](https://catena-x.net/de/standard-library) for the newest version of the DCM as well as other standards.

0 comments on commit e754434

Please sign in to comment.