-
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
[Model Update] shopfloor_information_types #551
[Model Update] shopfloor_information_types #551
Conversation
@FlorianDue v1.0.0 does not have any artifacts in it. do you want to deprecate 1.0.0? |
@prefix : <urn:samm:io.catenax.shared.shopfloor_information_types:2.0.0#> . | ||
@prefix ext-header: <urn:samm:io.catenax.shared.message_header:2.0.0#> . | ||
|
||
:ShopfloorInformationTypes a samm:Aspect ; |
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.
any reason for making aspect name plural? it does not have any List/Set as root element.
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.
The defined aspect is a shared aspect that is not used by us. However the namespace features two types that we re-use in our other models:
the property communicationMode, and the TimeValueCharacteristic. Thats the reason for the plural.
If the plural is still a problem i can also change it to singular, Would that change also mean that we have to update the name of our namespace to io.catenax.shared.shopfloor_information_type ?
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.
understood. then let's keep it plural.
:IntegerValueCharacteristic a samm:Characteristic ; | ||
samm:preferredName "Integer Value Characteristic"@en ; | ||
samm:description "The value of the specified timeUnit as an integer value"@en ; | ||
samm:dataType xsd:integer . |
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.
please remove unnecessary spaces from end.
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.
please check my comments
# | ||
# SPDX-License-Identifier: CC-BY-4.0 | ||
########################################################################################## | ||
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.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.
please change to samm metamodel 2.1.0
Thank you for your feedback! I just pushed the latest version where I set the samm metamodel to 2.1.0, removed the spaces at the end and set version 1.0.0 to deprecated. Looking forward to your feedback! |
@@ -1 +1 @@ | |||
{ "status" : "release" } | |||
{ "status" : "deprecated" } |
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.
it should be deprecate
and not deprecated
. please make sure this is not in use before deprecating it.
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.
ok, then i have a question, what should be set for the metadata.json. I expected that i should be deprecate, since we are publishing version 2.0.0. However, if possible, keep version 1.0.0. SO what do i have to then write into the status?
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.
then you don't need to change anything in status. you can keep it release
like before and revert the changes. Let's deprecate it later on.
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.
Thank you for your fast replay, i reverted it to release and pushed the latest 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.
LGTM
Validation Report for io.catenax.shared.shopfloor_information_types/2.0.0/ShopfloorInformationTypes.ttlInput model is valid |
Validation Report for io.catenax.shared.shopfloor_information_types/1.0.0/ShopfloorInformationTypes.ttlInput model is valid |
Validation Report for io.catenax.shared.shopfloor_information_types/1.0.0/ShopfloorInformationTypes.ttlInput model is valid |
Validation Report for io.catenax.shared.shopfloor_information_types/2.0.0/ShopfloorInformationTypes.ttlInput model is valid |
Description
Update of the Message_header to the latest version
-->
Closes #535
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)