Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
63 lines
2.2 KiB
JSON
63 lines
2.2 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "Unit: unified editor normalization maps new editor metadata into a normalized field editor model.",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F003"]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "Unit: legacy picker metadata is adapted into the unified editor model without losing dependencies, fixed-value hints, or dynamic-reference flags.",
|
|
"implemented": true,
|
|
"featureIds": ["F002", "F006"]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "Unit: action input field extraction exposes the unified editor model on fields consumed by the workflow designer.",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "Component: the fixed-value editor shell renders the correct inline editor for a field configured with an inline text surface.",
|
|
"implemented": true,
|
|
"featureIds": ["F004"]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "Component: the fixed-value editor shell renders a popout affordance when a dialog editor surface is configured.",
|
|
"implemented": true,
|
|
"featureIds": ["F004"]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "Component: prompt fields render an inline multiline editor plus a dialog-launch control from the unified editor metadata.",
|
|
"implemented": true,
|
|
"featureIds": ["F005"]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "Component: the prompt dialog editor opens with the current value, allows editing, and writes the updated value back to the field.",
|
|
"implemented": true,
|
|
"featureIds": ["F005"]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "Regression: existing ticket/client-style picker-backed fields still render and function through the unified editor adapter path.",
|
|
"implemented": true,
|
|
"featureIds": ["F006"]
|
|
},
|
|
{
|
|
"id": "T009",
|
|
"description": "Regression: fixed/reference/expression mode switching continues to work with unified editor-backed fields.",
|
|
"implemented": true,
|
|
"featureIds": ["F004", "F006"]
|
|
},
|
|
{
|
|
"id": "T010",
|
|
"description": "Integration/UI: a workflow author can edit a prompt inline and in the larger dialog without losing the saved fixed value.",
|
|
"implemented": true,
|
|
"featureIds": ["F005", "F007"]
|
|
}
|
|
]
|