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
51 lines
1.9 KiB
JSON
51 lines
1.9 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "Unit: ticket workflow schemas export nested picker metadata for `assignment.primary.id` and multi-user picker metadata for `assignment.additional_user_ids`",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F002", "F003", "F011"]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "Unit: `tickets.create` with primary user plus additional users persists primary assignment and reconciles additional ticket resources deterministically",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F004", "F005", "F006"]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "Unit: `tickets.create` rejects non-empty `additional_user_ids` when `assignment.primary` is null",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F006"]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "Unit: `tickets.update_fields` with `patch.assignment` atomically replaces both primary assignment and additional users",
|
|
"implemented": true,
|
|
"featureIds": ["F002", "F004", "F005", "F006"]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "Unit: `tickets.assign` with team primary plus explicit `additional_user_ids` unions team expansion and explicit users, de-dupes, and excludes the resolved primary assignee",
|
|
"implemented": true,
|
|
"featureIds": ["F003", "F004", "F005", "F006", "F007"]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "Unit: workflow designer schema resolution preserves picker metadata across nullable `anyOf` wrappers",
|
|
"implemented": true,
|
|
"featureIds": ["F008"]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "Component: workflow mapping editor renders nested `assignment.primary.id` as a dependency-aware picker",
|
|
"implemented": true,
|
|
"featureIds": ["F009", "F012"]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "Component: workflow mapping editor renders `assignment.additional_user_ids` as a multi-user picker and preserves selected values",
|
|
"implemented": true,
|
|
"featureIds": ["F010", "F012"]
|
|
}
|
|
]
|