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

171 lines
5.4 KiB
JSON

[
{
"id": "T001",
"description": "Migration adds `clients.inbound_ticket_defaults_id` as nullable field (or configured equivalent)",
"implemented": true,
"featureIds": ["F002"]
},
{
"id": "T002",
"description": "Migration adds `contacts.inbound_ticket_defaults_id` as nullable field (or configured equivalent)",
"implemented": true,
"featureIds": ["F003"]
},
{
"id": "T003",
"description": "Migration adds expected indexes for client/contact destination lookup and integrity",
"implemented": true,
"featureIds": ["F004"]
},
{
"id": "T004",
"description": "Migration down path cleanly removes added fields/indexes",
"implemented": true,
"featureIds": ["F004"]
},
{
"id": "T005",
"description": "Resolver precedence: exact sender contact with contact override selects contact destination",
"implemented": true,
"featureIds": ["F005"]
},
{
"id": "T006",
"description": "Resolver precedence: exact sender contact without override selects contact's client destination",
"implemented": true,
"featureIds": ["F005"]
},
{
"id": "T007",
"description": "Resolver precedence: no exact contact + domain-matched client selects domain-matched client destination",
"implemented": true,
"featureIds": ["F005", "F006"]
},
{
"id": "T008",
"description": "Resolver precedence: no contact/domain destination falls back to provider default",
"implemented": true,
"featureIds": ["F005"]
},
{
"id": "T009",
"description": "Resolver falls back to provider default when contact override destination is inactive/invalid",
"implemented": true,
"featureIds": ["F007"]
},
{
"id": "T010",
"description": "Resolver falls back to provider default when client destination is inactive/invalid",
"implemented": true,
"featureIds": ["F007"]
},
{
"id": "T011",
"description": "In-app integration: exact sender contact override routes new ticket to override defaults board",
"implemented": true,
"featureIds": ["F008", "F018"]
},
{
"id": "T012",
"description": "In-app integration: exact sender contact without override routes to client default destination",
"implemented": true,
"featureIds": ["F008", "F018"]
},
{
"id": "T013",
"description": "In-app integration: unknown contact with domain-matched client routes to that client destination",
"implemented": true,
"featureIds": ["F008", "F018"]
},
{
"id": "T014",
"description": "In-app integration: unmatched sender uses provider default destination",
"implemented": true,
"featureIds": ["F008", "F018"]
},
{
"id": "T015",
"description": "Workflow integration: resolve_inbound_ticket_context returns contact-override destination outcome",
"implemented": true,
"featureIds": ["F009", "F019"]
},
{
"id": "T016",
"description": "Workflow integration: resolve_inbound_ticket_context returns client-default destination outcome",
"implemented": true,
"featureIds": ["F009", "F019"]
},
{
"id": "T017",
"description": "Workflow integration: resolve_inbound_ticket_context returns domain-matched client destination outcome",
"implemented": true,
"featureIds": ["F009", "F019"]
},
{
"id": "T018",
"description": "Workflow and in-app destination selection parity for same sender/provider input",
"implemented": true,
"featureIds": ["F009", "F019"]
},
{
"id": "T019",
"description": "Reply-token path unchanged: matching replies append comment and do not reroute board/defaults",
"implemented": true,
"featureIds": ["F010", "F020"]
},
{
"id": "T020",
"description": "Thread-header reply path unchanged: matching replies append comment and do not reroute board/defaults",
"implemented": true,
"featureIds": ["F010", "F020"]
},
{
"id": "T021",
"description": "Exact sender contact matching still resolves target client/contact IDs as before",
"implemented": true,
"featureIds": ["F011", "F020"]
},
{
"id": "T022",
"description": "Domain-to-client matching remains explicit via `client_inbound_email_domains` and does not infer from contacts",
"implemented": true,
"featureIds": ["F011"]
},
{
"id": "T023",
"description": "Client destination API/action enforces client update permission and tenant scoping",
"implemented": true,
"featureIds": ["F012"]
},
{
"id": "T024",
"description": "Contact override API/action enforces contact update permission and tenant scoping",
"implemented": true,
"featureIds": ["F013"]
},
{
"id": "T025",
"description": "ClientDetails UI can set and clear client inbound destination and persists correctly",
"implemented": true,
"featureIds": ["F014", "F016"]
},
{
"id": "T026",
"description": "Contact UI can set and clear contact inbound destination override and persists correctly",
"implemented": true,
"featureIds": ["F015", "F016"]
},
{
"id": "T027",
"description": "Structured logs include destination source classification and fallback reason when applicable",
"implemented": true,
"featureIds": ["F017"]
},
{
"id": "T028",
"description": "Idempotency regression: duplicate processing of same inbound message remains deduped under new routing model",
"implemented": true,
"featureIds": ["F020"]
}
]