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

146 lines
4.6 KiB
JSON

[
{
"id": "F001",
"description": "Remove the `boards.client_id` assumption from MSP-side visibility group board loading in the contact portal tab flow.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Acceptance Criteria (Definition of Done)"
]
},
{
"id": "F002",
"description": "Remove the `boards.client_id` assumption from client portal admin visibility group board loading.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Users and Primary Flows"
]
},
{
"id": "F003",
"description": "Validate submitted visibility-group board IDs by tenant existence and active status rather than client ownership.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Data / API / Integrations"
]
},
{
"id": "F004",
"description": "Reject submitted visibility-group board IDs that are missing, cross-tenant, or inactive.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Security / Permissions"
]
},
{
"id": "F005",
"description": "Keep visibility groups client-scoped through `client_portal_visibility_groups.client_id` for MSP and client-admin CRUD flows.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Security / Permissions"
]
},
{
"id": "F006",
"description": "Keep contact assignment validation client-scoped through `group.client_id` and `contact.client_id`.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Security / Permissions"
]
},
{
"id": "F007",
"description": "Correct the shared portal visibility resolver so it derives visible board IDs from group membership without requiring `boards.client_id`.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Data / API / Integrations"
]
},
{
"id": "F008",
"description": "Preserve the resolver guard that rejects assigned groups whose `client_id` does not match the contact's `client_id`.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Security / Permissions"
]
},
{
"id": "F009",
"description": "Continue enforcing ticket list visibility by combining `ticket.client_id = contact.client_id` with assigned-board filtering when a group exists.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Acceptance Criteria (Definition of Done)"
]
},
{
"id": "F010",
"description": "Continue enforcing ticket detail and ticket-adjacent access by combining client scoping with assigned-board filtering.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Security / Permissions"
]
},
{
"id": "F011",
"description": "Continue enforcing ticket creation board choices and submission validation using allowed board IDs rather than board client ownership.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Acceptance Criteria (Definition of Done)"
]
},
{
"id": "F012",
"description": "Continue enforcing dashboard ticket-backed counts and summaries using the corrected visible board ID set.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements"
]
},
{
"id": "F013",
"description": "Exclude inactive boards from MSP and client-admin board pickers while preserving stored group membership rows.",
"implemented": true,
"prdRefs": [
"UX / UI Notes",
"Requirements > Functional Requirements"
]
},
{
"id": "F014",
"description": "Exclude inactive boards from new ticket creation choices for restricted users while preserving historical group membership data.",
"implemented": true,
"prdRefs": [
"UX / UI Notes",
"Requirements > Functional Requirements"
]
},
{
"id": "F015",
"description": "Preserve backward compatibility for unassigned contacts, empty groups, pre-invite assignments, and assigned-group deletion guards.",
"implemented": true,
"prdRefs": [
"Requirements > Functional Requirements",
"Rollout / Migration"
]
},
{
"id": "F016",
"description": "Update plan/docs references so future work on this feature explicitly treats boards as tenant-scoped and visibility groups as client-scoped.",
"implemented": true,
"prdRefs": [
"Goals",
"Data / API / Integrations"
]
}
]