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

98 lines
3.9 KiB
JSON

[
{
"id": "F001",
"description": "Remove the template-library tab and all remaining workflow-v1 navigation entry points from workflow control and related workflow surfaces.",
"implemented": false
},
{
"id": "F002",
"description": "Delete the legacy workflow v1 template-library React components and related workflow-editor UI components that only operate on AssemblyScript workflows.",
"implemented": false
},
{
"id": "F003",
"description": "Remove legacy workflow-editor, workflow-runtime, and template-library action exports from the shared workflows action barrel.",
"implemented": false
},
{
"id": "F004",
"description": "Delete the legacy workflow v1 action modules that operate on workflow registration/version/template tables.",
"implemented": false
},
{
"id": "F005",
"description": "Remove remaining component imports and callsites that depend on workflow-editor-actions or template-library-actions.",
"implemented": false
},
{
"id": "F006",
"description": "Remove remaining server-side callsites of getWorkflowRuntime() that are only used by workflow v1 features.",
"implemented": false
},
{
"id": "F007",
"description": "Delete the legacy shared workflow runtime under shared/workflow/core and its singleton bootstrap entrypoints.",
"implemented": false
},
{
"id": "F008",
"description": "Delete the legacy workflow init/registration path under shared/workflow/init and stop invoking it during app startup.",
"implemented": false
},
{
"id": "F009",
"description": "Delete legacy shared persistence helpers under shared/workflow/persistence that only serve workflow v1 execution and event-sourcing tables.",
"implemented": false
},
{
"id": "F010",
"description": "Remove workflow-v1-only integration codepaths that directly query or depend on workflow_executions or the legacy runtime.",
"implemented": false
},
{
"id": "F011",
"description": "Remove workflow-v1-only event attachment and visualization codepaths that depend on legacy registration/version tables.",
"implemented": false
},
{
"id": "F012",
"description": "Update workflow control and workflow editor surfaces so they remain fully operational with workflow v2 only after template-library removal.",
"implemented": false
},
{
"id": "F013",
"description": "Remove obsolete tests that only exercise the workflow v1 runtime/editor/template stack or rewrite them to target workflow v2 where coverage is still needed.",
"implemented": false
},
{
"id": "F014",
"description": "Add a destructive migration that deletes legacy workflow v1 data and drops workflow_template_categories, workflow_templates, workflow_registrations, workflow_registration_versions, system_workflow_registrations, system_workflow_registration_versions, workflow_executions, workflow_events, workflow_event_processing, and workflow_snapshots.",
"implemented": false
},
{
"id": "F015",
"description": "Remove or update seed files that create workflow v1 template or system-workflow data.",
"implemented": false
},
{
"id": "F016",
"description": "Update tenant export, tenant deletion, and other maintenance code so they no longer reference dropped workflow v1 tables.",
"implemented": false
},
{
"id": "F017",
"description": "Update citus/distribution or other migration helper code so it does not assume the removed workflow v1 tables still exist.",
"implemented": false
},
{
"id": "F018",
"description": "Ensure workflow v2 editor routes and workflow control routes still boot successfully after workflow v1 bootstrap removal.",
"implemented": false
},
{
"id": "F019",
"description": "Remove stale docs, labels, and code comments that describe the retired workflow v1/template system as active product behavior.",
"implemented": false
}
]