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

23 lines
2.5 KiB
JSON

[
{ "id": "T001", "description": "Gmail: webhook processes a new inbound email and creates 1 ticket + 1 initial comment", "implemented": true, "featureIds": ["F030", "F013", "F014"] },
{ "id": "T002", "description": "Microsoft: webhook processes a new inbound email and creates 1 ticket + 1 initial comment", "implemented": true, "featureIds": ["F031", "F013", "F014"] },
{ "id": "T003", "description": "Reply threading: reply token resolves ticket and creates exactly 1 new comment", "implemented": true, "featureIds": ["F004", "F005", "F020"] },
{ "id": "T004", "description": "Reply threading: In-Reply-To/References resolves ticket and creates exactly 1 new comment", "implemented": true, "featureIds": ["F004", "F005"] },
{ "id": "T010", "description": "Body parsing: sanitizer returns non-empty text for plain-text emails", "implemented": true, "featureIds": ["F003"] },
{ "id": "T011", "description": "Body parsing: sanitizer returns HTML-derived content when HTML is present", "implemented": true, "featureIds": ["F003", "F005", "F014"] },
{ "id": "T020", "description": "Contact match: sender email matches existing contact and ticket uses contact's client_id/contact_id", "implemented": true, "featureIds": ["F011", "F013"] },
{ "id": "T021", "description": "Unmatched sender: system follows the defined PRD behavior (defaults/triage/task) without throwing", "implemented": true, "featureIds": ["F012"] },
{ "id": "T022", "description": "Missing defaults: inbound processing logs and returns without creating ticket/comment", "implemented": true, "featureIds": ["F010"] },
{ "id": "T030", "description": "Attachments: attachment failure does not prevent ticket creation", "implemented": true, "featureIds": ["F015"] },
{ "id": "T031", "description": "Attachments: attachment failure does not prevent reply comment creation", "implemented": true, "featureIds": ["F006"] },
{ "id": "T040", "description": "Idempotency: replay same reply email does not create duplicate comments", "implemented": true, "featureIds": ["F020", "F022"] },
{ "id": "T041", "description": "Idempotency: replay same new-email does not create duplicate tickets", "implemented": true, "featureIds": ["F021", "F022"] },
{ "id": "T042", "description": "Feature flag: toggling flag keeps old behavior when disabled and new in-app behavior when enabled", "implemented": true, "featureIds": ["F040"] },
{ "id": "T050", "description": "Worker: workflow-worker runs with `WORKFLOW_WORKER_MODE=v2` and inbound email still works", "implemented": true, "featureIds": ["F050"] }
]