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
75 lines
2.7 KiB
JSON
75 lines
2.7 KiB
JSON
[
|
|
{
|
|
"id": "F001",
|
|
"description": "Replace legacy `tickets.create` assignment inputs with canonical top-level `assignment` schema",
|
|
"implemented": true,
|
|
"prdRefs": ["Action-specific requirements"]
|
|
},
|
|
{
|
|
"id": "F002",
|
|
"description": "Replace legacy `tickets.update_fields.patch.assigned_to` with canonical `patch.assignment` schema",
|
|
"implemented": true,
|
|
"prdRefs": ["Action-specific requirements"]
|
|
},
|
|
{
|
|
"id": "F003",
|
|
"description": "Replace legacy `tickets.assign.assignee` input with canonical top-level `assignment` schema",
|
|
"implemented": true,
|
|
"prdRefs": ["Action-specific requirements"]
|
|
},
|
|
{
|
|
"id": "F004",
|
|
"description": "Implement a shared workflow ticket assignment resolver for user, team, and queue primary assignment",
|
|
"implemented": true,
|
|
"prdRefs": ["Technical design"]
|
|
},
|
|
{
|
|
"id": "F005",
|
|
"description": "Implement shared workflow ticket resource reconciliation with replace semantics for `additional_user_ids`",
|
|
"implemented": true,
|
|
"prdRefs": ["Technical design", "Validation rules"]
|
|
},
|
|
{
|
|
"id": "F006",
|
|
"description": "Enforce create/update/assign validation rules for active internal users, valid team leads, and primary-vs-additional de-duplication",
|
|
"implemented": true,
|
|
"prdRefs": ["Validation rules"]
|
|
},
|
|
{
|
|
"id": "F007",
|
|
"description": "Use union semantics for team/queue assignment plus explicit `additional_user_ids` in `tickets.assign`",
|
|
"implemented": true,
|
|
"prdRefs": ["Goals", "Action-specific requirements"]
|
|
},
|
|
{
|
|
"id": "F008",
|
|
"description": "Preserve workflow picker metadata when nullable `anyOf` schemas are resolved in the workflow designer field extraction path",
|
|
"implemented": true,
|
|
"prdRefs": ["Workflow editor requirements", "Technical design"]
|
|
},
|
|
{
|
|
"id": "F009",
|
|
"description": "Render `assignment.primary.id` as a dependency-aware picker in the workflow editor",
|
|
"implemented": true,
|
|
"prdRefs": ["Workflow editor requirements"]
|
|
},
|
|
{
|
|
"id": "F010",
|
|
"description": "Render `assignment.additional_user_ids` as a multi-user picker in the workflow editor fixed-value editor",
|
|
"implemented": true,
|
|
"prdRefs": ["Workflow editor requirements"]
|
|
},
|
|
{
|
|
"id": "F011",
|
|
"description": "Update workflow picker metadata tests to assert the canonical nested assignment model and removal of legacy fields",
|
|
"implemented": true,
|
|
"prdRefs": ["Acceptance criteria"]
|
|
},
|
|
{
|
|
"id": "F012",
|
|
"description": "Update workflow designer mapping tests to cover nested primary assignment picker and multi-user additional assignment picker rendering",
|
|
"implemented": true,
|
|
"prdRefs": ["Acceptance criteria", "Workflow editor requirements"]
|
|
}
|
|
]
|