-
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
Provide production forecast2 #259
Provide production forecast2 #259
Conversation
Validation Report for io.catenax.mp_standard_response/1.0.0/ProvideProductionForecast.ttlValidation failed: |
Validation Report for io.catenax.mp_standard_response/1.0.0/ShopfloorInformationTypes.ttlValidation failed: |
Validation Report for io.catenax.shopfloor_information.provide_production_forecast/1.0.0/ProvideProductionForecast.ttlValidation failed: |
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.
Minor findings. Please consider before release.
|
||
All notable changes to this model will be documented in this file. | ||
|
||
## [1.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.
don't forget to add the date of ms3 approval as soon as it is available
samm:characteristic :ForecastItemList . | ||
|
||
:iterationNo a samm:Property ; | ||
samm:preferredName "IterationNo"@en ; |
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.
adjust to normal orthography, maybe Iteration Number?
samm:dataType :ForecastItem . | ||
|
||
:ForecastItem a samm:Entity ; | ||
samm:preferredName "ForecastItem"@en ; |
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.
Forecast Item
samm:properties ( :positionId :productionForecast :precisionOfForecast :productionStatus [ samm:property :reasons4Delay; samm:optional true ] :returnCode :forecastDate ) . | ||
|
||
:positionId a samm:Property ; | ||
samm:preferredName "PositionId"@en ; |
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.
Position Id
samm:exampleValue "itemPlanned" . | ||
|
||
:reasons4Delay a samm:Property ; | ||
samm:preferredName "Reasons 4 Delay"@en ; |
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.
Would this writing be the one the user sees? If so ok, if not adjust to maybe Reasons for Delay
samm-c:values ( "itemReceived" "itemPlanned" "itemInProduction" "itemCompleted" "statusUndefined" ) . | ||
|
||
:Reasons4DelayEnum a samm-c:Enumeration ; | ||
samm:preferredName "Reasons 4 Delay Enum"@en ; |
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.
Same here be consistent with the other reasons 4 delay element
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix : <urn:samm:io.catenax.shopfloor_information.provide_production_forecast:1.0.0#> . | ||
@prefix ext-header: <urn:samm:io.catenax.message_header:1.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.
it could be that the namespace is change to
io.catenax.shared.message_header:1.0.0
please adjust if this is the case
MS2 approval given with the condition that the model io.catenax.message_header:1.0.0 is released (otherwise model cannot validate) |
MS3 Criteria All required reviewers have approved this PR (see reviewers section) -> OK |
MS3: approval given with the condition that the model io.catenax.message_header:1.0.0 is released (otherwise model cannot validate) |
update message header prefix with shared namespace
Validation Report for io.catenax.shopfloor_information.provide_production_forecast/1.0.0/ProvideProductionForecast.ttlValidation failed: |
Validation Report for io.catenax.shopfloor_information.provide_production_forecast/1.0.0/ProvideProductionForecast.ttlValidation failed: |
Description
-->
Closes #230, #236
requires use of header #227
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)