新增 release artifact URL workflow summary view model
This commit is contained in:
@@ -169,6 +169,10 @@ when the shell should fetch the artifact JSON URL, validate it, and optionally
|
||||
mount the render-state into caller-owned DOM without executing gates. The URL
|
||||
workflow result includes `validationSummaryViewModel` so callers can show
|
||||
stable validation status and rows from the same fetch.
|
||||
Use `createIniPanelShellWorkflowOverviewReleaseReadinessArtifactUrlWorkflowSummaryViewModel()` or
|
||||
`linuxCncIniPanelWorkflowOverviewApi.getWorkflowOverviewReleaseReadinessArtifactUrlWorkflowSummaryViewModel()`
|
||||
when the shell needs one stable status line and dashboard rows for the whole
|
||||
artifact URL fetch/validate/render/mount workflow.
|
||||
Use `createIniPanelShellWorkflowOverviewReleaseReadinessArtifactValidationSummaryViewModel()` or
|
||||
`linuxCncIniPanelWorkflowOverviewApi.getWorkflowOverviewReleaseReadinessArtifactValidationSummaryViewModel()`
|
||||
when the shell needs stable artifact validation status text and dashboard rows
|
||||
|
||||
@@ -62,7 +62,10 @@ continuation records are in `../text14.txt`.
|
||||
can also call
|
||||
`linuxCncIniPanelWorkflowOverviewApi.loadWorkflowOverviewReleaseReadinessArtifactUrl()`
|
||||
to fetch the artifact URL, validate it, and optionally mount the resulting
|
||||
read-only render state. When the outer shell needs DOM output, the workflow
|
||||
read-only render state. That URL workflow includes a validation summary
|
||||
view-model and can be summarized with
|
||||
`getWorkflowOverviewReleaseReadinessArtifactUrlWorkflowSummaryViewModel()`.
|
||||
When the outer shell needs DOM output, the workflow
|
||||
overview iframe also exposes
|
||||
display, render-state, DOM readiness, renderer, and mount helpers for the
|
||||
same release readiness artifact validation.
|
||||
|
||||
Reference in New Issue
Block a user