-
Notifications
You must be signed in to change notification settings - Fork 47
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
Manufacturing Capability Hierarchical Element Fix 3.1.0 #671
Conversation
…ntifier and removing connection to MachineToolsEntity. Moreover added id and label to MaterialFamilyEntity.
… entity extend element abstract entity
Validation Report for io.catenax.manufacturing_capability/3.1.0/ManufacturingCapability.ttlInput model is valid |
Validation Report for io.catenax.manufacturing_capability/3.0.0/ManufacturingCapability.ttlInput model is valid |
@@ -13,6 +13,7 @@ | |||
# SPDX-License-Identifier: CC-BY-4.0 | |||
####################################################################### | |||
|
|||
|
|||
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you making changes in 3.0.0 version when you are releasing 3.1.0 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good eye! The changes have been made in 3.0.0 before you suggested the 3.1.0. I refactored the changes to appear only in 3.1.0, but something obviously went wrong during a merge. I will fix it immediately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit d11fae4 there should not be any more changes in 3.0.0.
Validation Report for io.catenax.manufacturing_capability/3.1.0/ManufacturingCapability.ttlInput model is valid |
@@ -1,363 +1,400 @@ | |||
{ | |||
"$schema" : "http://json-schema.org/draft-04/schema", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to remove this file also. only folder 3.1.0 is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Folder 3.0.0 should not contain any changes anymore. Does this make the comment obsolete?
Validation Report for io.catenax.manufacturing_capability/3.1.0/ManufacturingCapability.ttlInput model is valid |
@FlorianPatzerC0d3 Will keep this PR on hold for now, as cyclic dependency issue needs to be resolved first. |
Validation Report for io.catenax.manufacturing_capability/3.1.0/ManufacturingCapability.ttlValidation failed: |
Cyclic dependency: 3.1.0 of manufacturing capability model now references 1.1.0 from bill of process model, which will reference 3.1.0. Thus, with commit d098b00 the cyclic dependency is resolved as soon as bill of process model 1.1.0 is merged. |
@FlorianPatzerC0d3 Thanks for the change You can raise the issue and PR for bill of process 1.1.0 also. I will do the MS2 for both PRs then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR will be merged after the merge of bill of process 1.1.0. |
@@ -2,6 +2,11 @@ | |||
|
|||
All notable changes to this model will be documented in this file. | |||
|
|||
## [3.1.0] - 2024-02-21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
date 4th March
Validation Report for io.catenax.manufacturing_capability/3.1.0/ManufacturingCapability.ttlInput model is valid |
Description
As discussed with @agg3fe, we needed to fix the representation of hierarchical elements in the Manufacturing Capability Aspect Model. This fix is a minor update and pulls the version from 3.0.0 to 3.1.0.
Closes #623
MS2 Criteria
(to be filled out by PR reviewer)
DismantlerId
andDismantlerName
use an EntityDismantler
with the propertiesname
andid
or use a URN likeio.catenax.dismantler:0.0.1
)preferredName
anddescription
are not the samepreferredName
should be human readable and follow normal orthography (e.g., no camel case but normal word separation)MS3 Criteria
(to be filled out by semantic modeling team before merge to main-branch)