Skip to content
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

[New Model]: early warning notification #421

Closed
6 tasks done
Timothy-Ra opened this issue Oct 25, 2023 · 4 comments · Fixed by #484
Closed
6 tasks done

[New Model]: early warning notification #421

Timothy-Ra opened this issue Oct 25, 2023 · 4 comments · Fixed by #484
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@Timothy-Ra
Copy link
Contributor

Timothy-Ra commented Oct 25, 2023

Model Description

The new model enables the notification function about findings from joint field monitoring between two participants fo the supply chain. This functionality is part of the early warning feature from the use case quality.

Relevant Standards

It belongs to the same group of aspects as the MessageHeader Aspect Model: io.catenax.shared.message_header

Example Data

{
"header": {
"senderBpn": "BPNL7588787849VQ",
"relatedMessageId": "d9452f24-3bf3-4134-b3eb-68858f1b2362",
"expectedResponseBy": "2023-06-19T21:24:00+07:00",
"context": "urn:samm:io.catenax.:1.x.x",
"messageId": "3b4edc05-e214-47a1-b0c2-1d831cdd9ba9",
"receiverBpn": "BPNL6666787765VQ",
"sentDateTime": "2023-06-19T21:24:00+07:00",
"version": "urn:samm:io.catenax.message_header:1.0.0"
},
"content": {
"qualityAppFilter": {
"uniqueIdentifiers": [
{
"serialPartNumber": "436347347.4343884384.FTG.538348",
"anonymizedVIN": "3747429FGH382923974682",
"catenaXId": "urn:uuid:c227a880-b82b-40f7-846c-3942ddf26c29"
}
],
"populationFilter": [
{
"aspectModel": "urn:bamm:io.catenax.manufactured_parts_quality_information:1.0.0",
"filters": [
{
"from": "2019-02-01T00:00:00",
"to": "2019-07-30T23:59:59",
"aspectProperty": "production.productionDate",
"dataType": "daterange",
"valueList": [
{
"value": "123-0.740-3434-A"
}
]
}
]
}
]
},
"earlyWarningAttachmentLink": "subprotocolBody: catalogEndpoint=https://test.com/catalog;dataset=79afc338-f7ea-4255-a17d-ba6faf40d2b5",
"anomalyDescription": "There is an unusual number of DTCs occuring in the population described by the property qualityAppFiilter",
"qualityTaskID": "BPN-811_2022_000001"
}
}

MS1 Criteria

  • The proposed aspect model does not exist already
  • The proposed aspect model does not extend an existing aspect but introduces completely new functionality
  • The proposal references a Catena-X use case
  • Relevant standards are mentioned/linked
  • A first draft of the data structure is provided in an example
  • A modeling steward has been assigned
@TorstenHirsch
Copy link
Contributor

@modeling_team

@agg3fe
Copy link
Contributor

agg3fe commented Oct 30, 2023

This is going to be a new model and going to consume shared MessageHeader Aspect Model: io.catenax.shared.message_header

@agg3fe agg3fe added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Oct 30, 2023
@Timothy-Ra
Copy link
Contributor Author

@agg3fe we updated our model according to the MS2 criteria
You find the pull request with new ttl and sample json here

Can you please check for MS2.

@Timothy-Ra
Copy link
Contributor Author

@modeling_team please check for MS2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants