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

114 lines
3.3 KiB
JSON

[
{
"id": "T001",
"description": "DB-backed integration: MSP-side board loading returns active tenant boards for a contact's client context without querying `boards.client_id`.",
"implemented": true,
"featureIds": [
"F001",
"F013"
]
},
{
"id": "T002",
"description": "DB-backed integration: client portal admin board loading returns active tenant boards for the acting admin's client scope without querying `boards.client_id`.",
"implemented": true,
"featureIds": [
"F002",
"F013"
]
},
{
"id": "T003",
"description": "DB-backed integration: group create/update accepts active tenant board IDs and rejects invalid or inactive board IDs.",
"implemented": true,
"featureIds": [
"F003",
"F004",
"F013"
]
},
{
"id": "T004",
"description": "Guard: assigning a group from another client to a contact still fails based on `group.client_id` and `contact.client_id`.",
"implemented": true,
"featureIds": [
"F005",
"F006",
"F008"
]
},
{
"id": "T005",
"description": "DB-backed integration: the shared visibility resolver returns unrestricted access for unassigned contacts and the stored allowed board IDs for restricted contacts without requiring `boards.client_id`.",
"implemented": true,
"featureIds": [
"F007",
"F008",
"F015"
]
},
{
"id": "T006",
"description": "Integration: client portal ticket list still scopes to the contact's client and applies allowed-board filtering for a restricted contact.",
"implemented": true,
"featureIds": [
"F009"
]
},
{
"id": "T007",
"description": "Integration: client portal ticket detail and ticket documents/comments fail closed for a hidden-board ticket while still allowing a visible-board ticket for the same client.",
"implemented": true,
"featureIds": [
"F010"
]
},
{
"id": "T008",
"description": "Integration: client portal ticket creation only offers allowed active boards to a restricted contact and rejects manual submission to a disallowed board.",
"implemented": true,
"featureIds": [
"F011",
"F014"
]
},
{
"id": "T009",
"description": "Integration: ticket-backed dashboard counts and summaries continue to reflect only the visible boards for a restricted contact.",
"implemented": true,
"featureIds": [
"F012"
]
},
{
"id": "T010",
"description": "Regression: unassigned contacts still retain full ticket visibility and full ticket creation behavior within their own client.",
"implemented": true,
"featureIds": [
"F009",
"F011",
"F015"
]
},
{
"id": "T011",
"description": "Regression: empty-group and pre-invite assignment behavior still work after the model correction.",
"implemented": true,
"featureIds": [
"F015"
]
},
{
"id": "T012",
"description": "Smoke readiness: Emerald City seeded scenario can create groups, assign restricted/full-access/pre-invite contacts, and exercise restricted vs unrestricted visibility without false empty board states.",
"implemented": true,
"featureIds": [
"F001",
"F002",
"F011",
"F015",
"F016"
]
}
]