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
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
300 lines
7.9 KiB
JSON
300 lines
7.9 KiB
JSON
[
|
|
{
|
|
"id": "F001",
|
|
"description": "Define `InvoiceTemplateAst` TypeScript types with explicit versioning and schema shape for nodes, styles, bindings, and transforms",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F002",
|
|
"description": "Add runtime AST validation (schema parser) that returns structured validation errors",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F003",
|
|
"description": "Represent repeatable line-item/table regions declaratively in AST",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F004",
|
|
"description": "Represent declarative transform operations in AST for filter/sort/group/aggregate/computed-field workflows",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F005",
|
|
"description": "Add `strategyId` references in AST for advanced grouping/calculation extension points",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Security / Permissions"
|
|
]
|
|
},
|
|
{
|
|
"id": "F006",
|
|
"description": "Implement allowlisted strategy registry for `strategyId` resolution",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Security / Permissions"
|
|
]
|
|
},
|
|
{
|
|
"id": "F007",
|
|
"description": "Implement shared AST evaluator that applies declarative transforms to invoice data",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Goals"
|
|
]
|
|
},
|
|
{
|
|
"id": "F008",
|
|
"description": "Guarantee deterministic evaluator output for equivalent AST+data inputs",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F009",
|
|
"description": "Implement evaluator error model for schema violations, missing bindings, missing strategies, and invalid transform operands",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F010",
|
|
"description": "Implement shared React invoice renderer that consumes evaluated AST context and emits HTML/CSS",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Summary",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F011",
|
|
"description": "Introduce server-side render-to-html helper that uses the same React renderer component for backend PDF pipeline",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Summary",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F012",
|
|
"description": "Update `DesignerVisualWorkspace` export path to persist AST directly instead of compiler IR",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Goals"
|
|
]
|
|
},
|
|
{
|
|
"id": "F013",
|
|
"description": "Update designer hydration/import path to load from persisted AST",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Users and Primary Flows",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F014",
|
|
"description": "Remove save-path dependency on `extractInvoiceDesignerIr` and `generateAssemblyScriptFromIr` in `InvoiceTemplateEditor`",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Deleted / Eliminated Layers",
|
|
"Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F015",
|
|
"description": "Update invoice template interfaces/contracts to include canonical AST payload",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F016",
|
|
"description": "Update template persistence model/repository paths to read/write AST as primary template representation",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F017",
|
|
"description": "Update standard template source representation to AST-based definitions",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Data / API / Integrations",
|
|
"Rollout / Migration"
|
|
]
|
|
},
|
|
{
|
|
"id": "F018",
|
|
"description": "Rewrite `runAuthoritativeInvoiceTemplatePreview` to execute evaluator+renderer path (no compilation)",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Summary"
|
|
]
|
|
},
|
|
{
|
|
"id": "F019",
|
|
"description": "Preserve preview sample/existing data source UX while swapping backend execution path",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Users and Primary Flows",
|
|
"UX / UI Notes"
|
|
]
|
|
},
|
|
{
|
|
"id": "F020",
|
|
"description": "Rename/re-map preview phase states from compile/render/verify to shape/render/verify semantics",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"UX / UI Notes"
|
|
]
|
|
},
|
|
{
|
|
"id": "F021",
|
|
"description": "Retain structured preview diagnostics surfaced with AST/evaluator context",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Requirements",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F022",
|
|
"description": "Update PDF generation service to use shared renderer output instead of Wasm executor",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Summary",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F023",
|
|
"description": "Ensure preview and PDF paths use identical renderer/evaluator modules",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Goals",
|
|
"Non-functional Requirements"
|
|
]
|
|
},
|
|
{
|
|
"id": "F024",
|
|
"description": "Remove preview compile cache and related Wasm artifact cache logic",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Goals",
|
|
"Deleted / Eliminated Layers"
|
|
]
|
|
},
|
|
{
|
|
"id": "F025",
|
|
"description": "Delete compiler and runtime executor modules listed in PRD",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Deleted / Eliminated Layers",
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F026",
|
|
"description": "Remove save-time AssemblyScript compile and Wasm binary persistence behavior from invoice template actions",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Deleted / Eliminated Layers",
|
|
"Data / API / Integrations"
|
|
]
|
|
},
|
|
{
|
|
"id": "F027",
|
|
"description": "Remove runtime dependency on `getCompiledWasm` for invoice rendering paths",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Deleted / Eliminated Layers",
|
|
"Users and Primary Flows"
|
|
]
|
|
},
|
|
{
|
|
"id": "F028",
|
|
"description": "Keep legacy template columns as temporary compatibility fields only if needed while runtime is fully cut over",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Rollout / Migration"
|
|
]
|
|
},
|
|
{
|
|
"id": "F029",
|
|
"description": "Maintain no-arbitrary-code security posture by constraining strategy execution to allowlisted functions",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Security / Permissions",
|
|
"Non-goals"
|
|
]
|
|
},
|
|
{
|
|
"id": "F030",
|
|
"description": "Implement unit coverage for AST validation and evaluator transform semantics",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F031",
|
|
"description": "Implement integration coverage for preview path using AST evaluator+renderer",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F032",
|
|
"description": "Implement integration coverage for PDF generation path using shared renderer",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F033",
|
|
"description": "Add parity tests that assert preview and PDF HTML output semantics for the same AST + invoice fixture",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Non-functional Requirements",
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
},
|
|
{
|
|
"id": "F034",
|
|
"description": "Update billing/invoice template documentation to describe AST renderer architecture and extension strategy",
|
|
"implemented": true,
|
|
"prdRefs": [
|
|
"Acceptance Criteria (Definition of Done)"
|
|
]
|
|
}
|
|
]
|