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 2.0.1 #487

Closed
6 of 8 tasks
johannsvarela opened this issue Nov 27, 2023 · 2 comments · Fixed by #502
Closed
6 of 8 tasks

[Model Update]: Batch 2.0.1 #487

johannsvarela opened this issue Nov 27, 2023 · 2 comments · Fixed by #502
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@johannsvarela
Copy link
Contributor

johannsvarela commented Nov 27, 2023

Update Reason

Based on the results / definition of the Industry Core, the Batch aspect model needs to be extended by the part site information. The changes contain the integration of the new shared PartSiteInformationAsBuilt (#442) model as optional content.

Relevant Standards

New Industry Core Standard (PartInstance)-> In Progress (#R24.03)

Example Data

{
  "catenaXId": "580d3adf-1981-44a0-a214-13d6ceed9379",
  "localIdentifiers": [
    {
      "value": "BID12345678",
      "key": "batchId"
    }
  ],
  "manufacturingInformation": {
    "date": "2022-02-04T14:48:54",
    "country": "HUR"
  },
  "partTypeInformation": {
    "classification": "product",
    "manufacturerPartId": "123-0.740-3434-A",
    "nameAtManufacturer": "Mirror left"
  },
  "sites": [
    {
      "catenaXsiteId": "BPNS1234567890ZZ",
      "function": "production"
    }
  ]
}

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

modeling_team

@johannsvarela
Copy link
Contributor Author

@agg3fe agg3fe added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Nov 27, 2023
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