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]: SingleLevelBomAsSpecified #205

Closed
6 of 7 tasks
maxim-bo opened this issue Jun 16, 2023 · 5 comments · Fixed by #274
Closed
6 of 7 tasks

[Model Update]: SingleLevelBomAsSpecified #205

maxim-bo opened this issue Jun 16, 2023 · 5 comments · Fixed by #274
Labels
MS1_Approved Checklist "MS1 Request for Model Developement" is approved.

Comments

@maxim-bo
Copy link
Contributor

maxim-bo commented Jun 16, 2023

Update Reason

The current SingleLevelBomAsSpecified 2.0.0 should be extended by a new optional property called "partGeometry" in order to account for parts which are specific for a certain side, e.g. mirrors.

Exemplary Payload:
{
"catenaXId": "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d",
"childParts": [
{
"childPartsCategory": "e.g. vehicle, winter wheels, bicycle rack",
"childCatenaXId": "urn:uuid:218b26f4-4a0b-4a7f-b2c1-d248927718bf "
"part": [
{
...
"partGeometry": "L - Left",
...
}
],
}
]
}

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
@maxim-bo
Copy link
Contributor Author

Modeling_Team

@bs-jokri
Copy link
Contributor

after discussion and considering version scheme https://github.com/eclipse-tractusx/sldt-semantic-models/blob/main/documentation/GOVERNANCE.md it is agreed to introduce version 3.0.0 of the model.

@bs-jokri
Copy link
Contributor

@bs-jokri
Copy link
Contributor

also namespace should be adjusted. currently version 2.0.0 of model is in namespace io.catenax.bom_as_specified. However, we agreed to have all models in their specific namespace, ie the namespace should be adjusted to io.catenax.single_level_bom_as_specified

@bs-jokri
Copy link
Contributor

as soon as the new version of the model is released, the old one should be deprecated with a deprecation request.

@bs-jokri bs-jokri added the MS1_Approved Checklist "MS1 Request for Model Developement" is approved. label Jun 19, 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