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

69 lines
2.5 KiB
JSON

[
{
"id": "F001",
"description": "Remove, disable, or make unreachable the invoice-generation call to BillingEngine.rolloverUnapprovedTime().",
"implemented": true,
"prdRefs": ["Functional Requirements", "Product Decisions"]
},
{
"id": "F002",
"description": "Ensure no billing path mutates time_entries.start_time, end_time, work_date, or work_timezone for unapproved-time deferral.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F003",
"description": "Keep existing recurring approval blocker enforcement intact so matching unapproved time blocks invoice generation.",
"implemented": true,
"prdRefs": ["Product Decisions", "Functional Requirements"]
},
{
"id": "F004",
"description": "Update time sheet grid grouping to use entry.work_date as the required canonical display date.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F005",
"description": "Update time sheet list filtering and grouping to use entry.work_date as the required canonical display date.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F006",
"description": "Update time approval views to display/group entries by required work_date.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F007",
"description": "Update quick-add continuation logic to find existing entries by selected work_date rather than only by parsed start_time day.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F008",
"description": "Update time period summaries to consistently use work_date.",
"implemented": true,
"prdRefs": ["Functional Requirements"]
},
{
"id": "F009",
"description": "Add or reuse a shared helper for resolving a time entry's display/grouping date from required work_date and failing fast when it is missing.",
"implemented": true,
"prdRefs": ["Data / API Notes"]
},
{
"id": "F010",
"description": "Document the deferred read-only support/audit tool in the PRD without implementing it in this scope.",
"implemented": true,
"prdRefs": ["Future Support/Audit Tool — Documented but Deferred"]
},
{
"id": "F011",
"description": "Add an idempotent migration that backfills missing time_entries.work_date/work_timezone and enforces both columns as NOT NULL.",
"implemented": true,
"prdRefs": ["Functional Requirements", "Rollout / Migration"]
}
]