Hermes 284313f908
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
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

123 lines
3.3 KiB
JSON

[
{
"id": "T001",
"description": "DB-backed integration: a closed ticket with a threaded internal-user reply inside cutoff reopens to the board's explicit reopen status and records the reply comment.",
"implemented": true,
"featureIds": [
"F001",
"F003",
"F006",
"F008",
"F009"
]
},
{
"id": "T002",
"description": "DB-backed integration: a closed ticket with a threaded internal-user reply inside cutoff falls back to the board default open status when no explicit reopen status is configured.",
"implemented": true,
"featureIds": [
"F001",
"F003",
"F006",
"F008",
"F009"
]
},
{
"id": "T003",
"description": "DB-backed integration: when board reopen-on-reply is disabled, a threaded reply on a closed ticket adds the comment without reopening.",
"implemented": true,
"featureIds": [
"F003",
"F004",
"F010"
]
},
{
"id": "T004",
"description": "DB-backed integration: a client reply beyond the board cutoff window creates a new ticket instead of attaching to and reopening the closed ticket.",
"implemented": true,
"featureIds": [
"F003",
"F005"
]
},
{
"id": "T005",
"description": "DB-backed integration: a client reply with AI suppression disabled reopens the closed ticket and adds the reply comment.",
"implemented": true,
"featureIds": [
"F003",
"F007",
"F009"
]
},
{
"id": "T006",
"description": "DB-backed integration: with board AI suppression enabled and EE acknowledgement decider returning `ACK`, the client reply stays attached to the closed ticket without reopening.",
"implemented": true,
"featureIds": [
"F011",
"F012",
"F013",
"F014",
"F015"
]
},
{
"id": "T007",
"description": "DB-backed integration: with board AI suppression enabled and EE acknowledgement decider returning `NOT_ACK`, the client reply reopens the closed ticket.",
"implemented": true,
"featureIds": [
"F011",
"F012",
"F013",
"F014"
]
},
{
"id": "T008",
"description": "DB-backed integration: when AI suppression is enabled but the tenant lacks `AI Assistant`, the client reply reopens normally without AI suppression.",
"implemented": true,
"featureIds": [
"F013",
"F016"
]
},
{
"id": "T009",
"description": "DB-backed integration: invalid AI output or acknowledgement-decider failure falls back to normal reopen behavior for the client reply.",
"implemented": true,
"featureIds": [
"F014",
"F016"
]
},
{
"id": "T010",
"description": "DB-backed integration: token-only inbound replies are still skipped before any reopen work occurs.",
"implemented": true,
"featureIds": [
"F010"
]
},
{
"id": "T011",
"description": "Unit/integration coverage: CE or non-EE runtime uses the default non-AI acknowledgement decider without importing EE AI modules.",
"implemented": true,
"featureIds": [
"F011",
"F012",
"F016"
]
},
{
"id": "T012",
"description": "DB-backed integration: decision metadata is persisted or logged in the chosen storage surface for reopen, cutoff, and AI suppression outcomes.",
"implemented": true,
"featureIds": [
"F017"
]
}
]