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

[Model Update]: Batch 3.0.0 #559

Closed
6 of 8 tasks
johannsvarela opened this issue Jan 25, 2024 · 2 comments · Fixed by #562
Closed
6 of 8 tasks

[Model Update]: Batch 3.0.0 #559

johannsvarela opened this issue Jan 25, 2024 · 2 comments · Fixed by #562
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@johannsvarela
Copy link
Contributor

johannsvarela commented Jan 25, 2024

Update Reason

Based on the continous development of the Industry Core, there are a new data, that needs to be integrated in the Batch aspect model:

Additionally there are a few adaptation to be done in general:

  • Permit to add date information excluding time
^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d{1,6})?(Z|[+-]\d{2}:\d{2}))?$
  • Change (shared) partSiteInformation to be a child-property of the manufacturerInformation
  • Include RegEx for the local identifier key
^(manufacturerId|batchId|customKey:\w+)$

Relevant Standards

  • CX-0127 Industry Core: Part Instance 2.0.0 (if merged before 29.02.24)

Example Data

{
  "catenaXId": "580d3adf-1981-44a0-a214-13d6ceed9379",
  "localIdentifiers": [
    {
      "value": "BID12345678",
      "key": "batchId"
    }
  ],
  "manufacturingInformation": {
    "date": "2022-02-04T14:48:54",
    "country": "HUR",
    "sites": [
      {
        "catenaXsiteId": "BPNS1234567890ZZ",
        "function": "production"
      }
    ]
  },
  "partTypeInformation": {
    "manufacturerPartId": "123-0.740-3434-A",
    "nameAtManufacturer": "Mirror left",
    "partClassification": [
      {
        "classificationStandard": "IEC",
        "classificationID": "61360- 2:2012 ",
        "classificationDescription": "Standard data element types with associated classification scheme for electric components."
      }
    ]
  }
}

MS1 Criteria

  • The model that should be updated exists
  • The referenced use case exists
  • The potential updates are discussed with all stakeholders
  • A decision on versioning was made in consensus with the affected parties according to the guidelines.
  • The potential update will be either
    • backward compatible or
    • a (chain of) migration strategy(-ies) from all non-deprecated previous versions to the new model will be developed
  • A modeling steward has been assigned
@johannsvarela
Copy link
Contributor Author

@johannsvarela
Copy link
Contributor Author

modeling_team

This was referenced Jan 25, 2024
@agg3fe agg3fe added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Jan 29, 2024
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.

2 participants