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

137 lines
4.3 KiB
JSON

[
{
"id": "T001",
"description": "Migration/integration: existing workflow schedules migrate to `day_type_filter = any` with null `business_hours_schedule_id` and continue listing/editing without regression.",
"implemented": true,
"featureIds": [
"F001",
"F002",
"F021"
]
},
{
"id": "T002",
"description": "Action validation: creating or updating a one-time workflow schedule with `day_type_filter` other than `any` is rejected with a clear validation error.",
"implemented": true,
"featureIds": [
"F004",
"F005"
]
},
{
"id": "T003",
"description": "Action validation: a recurring workflow schedule using `business` or `non_business` filtering fails save when neither a specific override nor a tenant default business-hours schedule exists.",
"implemented": true,
"featureIds": [
"F006",
"F020"
]
},
{
"id": "T004",
"description": "Action validation: a recurring workflow schedule using a specific `business_hours_schedule_id` from another tenant is rejected.",
"implemented": true,
"featureIds": [
"F007"
]
},
{
"id": "T005",
"description": "Unit/integration: effective business-hours schedule resolution chooses explicit override first, then tenant default, and loads both global and schedule-specific holidays.",
"implemented": true,
"featureIds": [
"F008",
"F009"
]
},
{
"id": "T006",
"description": "Unit: workflow day classification treats holidays as non-business days even when the selected business-hours schedule is 24x7.",
"implemented": true,
"featureIds": [
"F010"
]
},
{
"id": "T007",
"description": "Unit: workflow day classification treats a non-holiday date as a business day only when the selected schedule has an enabled entry for that local weekday.",
"implemented": true,
"featureIds": [
"F011",
"F012"
]
},
{
"id": "T008",
"description": "Runtime handler: a recurring schedule filtered to business days launches normally on an eligible business day cron occurrence.",
"implemented": true,
"featureIds": [
"F012",
"F013",
"F014"
]
},
{
"id": "T009",
"description": "Runtime handler: a recurring schedule filtered to business days skips a holiday occurrence without launching a workflow run and records a distinct skipped state.",
"implemented": true,
"featureIds": [
"F014",
"F015"
]
},
{
"id": "T010",
"description": "Runtime handler: a recurring schedule filtered to non-business days launches on a holiday occurrence and skips an ordinary business-day occurrence.",
"implemented": true,
"featureIds": [
"F014",
"F015"
]
},
{
"id": "T011",
"description": "Runtime handler: a filtered recurring schedule whose explicit/default business-hours schedule can no longer be resolved records an actionable runtime error and does not launch a workflow run.",
"implemented": true,
"featureIds": [
"F016"
]
},
{
"id": "T012",
"description": "UI integration: the recurring workflow schedule dialog shows `Run on` controls, reveals calendar-source controls only for filtered recurring schedules, and populates specific-schedule options from tenant business-hours schedules.",
"implemented": true,
"featureIds": [
"F017",
"F018",
"F019"
]
},
{
"id": "T013",
"description": "UI integration: save-time validation errors for missing/invalid business-hours schedule configuration are surfaced inline in the workflow schedule dialog.",
"implemented": true,
"featureIds": [
"F020"
]
},
{
"id": "T014",
"description": "API integration: schedule list/detail responses include the persisted day filter and business-hours schedule override fields for create/edit round-trips.",
"implemented": true,
"featureIds": [
"F022"
]
},
{
"id": "T015",
"description": "Unit/API integration: bounded next-eligible-run search returns the next qualifying occurrence for filtered recurring schedules and returns null when no eligible occurrence is found within the cap.",
"implemented": true,
"featureIds": [
"F023",
"F024",
"F025"
]
}
]