Stream: ig publishing requirements
Topic: release parameters choices
Eric Haas (Mar 28 2022 at 00:32):
The documentation for the parameter releaseLabel
, shows this as a code with choices : "ci-build|draft|qa-preview|ballot|trial-use|release|release|update|normative+trial-use" but the actual IGs are all over the place. For example>
Da Vinci Health Record Exchange (HRex) 1.0.0 - STU R1 US
Is the intent to enforce these choices or leave as a string?
Lloyd McKenzie (Mar 28 2022 at 05:04):
The templates depend on it being a controlled terminology...
John Moehrke (Mar 28 2022 at 12:42):
I have kept strict for IHE. (even though IHE uses different words for ballot, and trial-use)
Eric Haas (Mar 28 2022 at 16:30):
Lloyd McKenzie said:
The templates depend on it being a controlled terminology...
what does that mean exactly... For cdex I ignored that list and copied hrex "STU R1"
Eric Haas (Mar 28 2022 at 16:35):
I would like the parameters doco to:
- change to type string if is indeed string
- provide guidance a new list of terms (with clear definitions) that are actually being used in wild.
right now is a grab-bag with some igs adhering to the terms and others like HREX, CDEX using there own
Eric Haas (Mar 28 2022 at 16:37):
resulting inconsistent titles.
Eric Haas (Mar 28 2022 at 16:38):
Another alternative is to question the value of the realeaseLabel and remove it.
Lloyd McKenzie (Mar 28 2022 at 17:24):
The 'default' release is the most recent 'official' release if there is one, the most recent 'ballot' if there's no official release, and 'ci-build' otherwise. The release strings are parsed to figure out which is which
Eric Haas (Mar 28 2022 at 17:55):
Specificially, here is my confusion:
Eric Haas (Mar 28 2022 at 17:55):
We used none of these for the Da Vinci guide and John does not either. You are saying that they are parsed but if not used then how can the parsing help? topic for tomorrow call perhaps?
Lloyd McKenzie (Mar 28 2022 at 18:09):
Releases it doesn't understand will probably spit out a warning in the console and be ignored. The only problem you might see is that the 'default' release will be the wrong one.
Last updated: Apr 12 2022 at 19:14 UTC