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
153 lines
4.9 KiB
JSON
153 lines
4.9 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "npm run build succeeds after all changes",
|
|
"implemented": true,
|
|
"featureIds": ["F001", "F002", "F003", "F004", "F005", "F006", "F007", "F008", "F009", "F010", "F011", "F012", "F013", "F014"]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "npm run build:shared succeeds (packages build independently)",
|
|
"implemented": true,
|
|
"featureIds": ["F004", "F008"]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "packages/integrations/src/services/csvTaxImportValidator.ts exists and exports all original functions (validateCSVForTaxImport, aggregateTaxByInvoice, parseDate, parseAmount, parseTaxRate, etc.)",
|
|
"implemented": true,
|
|
"featureIds": ["F002"]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "packages/integrations/src/services/csvTaxImportService.ts exists and exports CSVTaxImportService class and getCSVTaxImportService singleton",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "packages/integrations/src/lib/csvFieldNormalizer.ts exists and exports normalizeCSVHeaders, validateRequiredColumns, REQUIRED_TAX_IMPORT_COLUMNS, getSuggestionsForMissingColumns, formatColumnAliases",
|
|
"implemented": true,
|
|
"featureIds": ["F001"]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "csvTaxImportService.ts in integrations imports parseCSV from @alga-psa/core (not server/src/lib/utils/csvParser)",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "csvTaxImportService.ts in integrations imports createTenantKnex from @alga-psa/db (not ../db)",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "csvTaxImportService.ts in integrations imports TaxSource from @alga-psa/types (not ../../interfaces/tax.interfaces)",
|
|
"implemented": true,
|
|
"featureIds": ["F003"]
|
|
},
|
|
{
|
|
"id": "T009",
|
|
"description": "server/src/lib/services/csvTaxImportValidator.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F006"]
|
|
},
|
|
{
|
|
"id": "T010",
|
|
"description": "server/src/lib/services/csvTaxImportService.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F006"]
|
|
},
|
|
{
|
|
"id": "T011",
|
|
"description": "server/src/lib/utils/csvFieldNormalizer.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F006"]
|
|
},
|
|
{
|
|
"id": "T012",
|
|
"description": "Grep 'from.*server/src/lib/services/csvTaxImport' in *.ts returns 0 matches outside docs/",
|
|
"implemented": true,
|
|
"featureIds": ["F005", "F006"]
|
|
},
|
|
{
|
|
"id": "T013",
|
|
"description": "BackNav.tsx imports UnsavedChangesContext from ../context/UnsavedChangesContext (relative path within packages/ui)",
|
|
"implemented": true,
|
|
"featureIds": ["F007"]
|
|
},
|
|
{
|
|
"id": "T014",
|
|
"description": "Grep 'from.*server/src/contexts/UnsavedChangesContext' in packages/ returns 0 matches",
|
|
"implemented": true,
|
|
"featureIds": ["F007"]
|
|
},
|
|
{
|
|
"id": "T015",
|
|
"description": "getEmailNotificationService is importable from @alga-psa/notifications (exported from barrel)",
|
|
"implemented": true,
|
|
"featureIds": ["F008"]
|
|
},
|
|
{
|
|
"id": "T016",
|
|
"description": "server/src/lib/notifications/email.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F010"]
|
|
},
|
|
{
|
|
"id": "T017",
|
|
"description": "server/src/lib/notifications/emailChannel.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F013"]
|
|
},
|
|
{
|
|
"id": "T018",
|
|
"description": "Grep 'from.*lib/notifications/email[^LSN]' in server/src/ returns 0 matches (emailLocaleResolver, emailService, sendEventEmail still OK)",
|
|
"implemented": true,
|
|
"featureIds": ["F009", "F010"]
|
|
},
|
|
{
|
|
"id": "T019",
|
|
"description": "Grep 'from.*lib/notifications/emailChannel' in server/src/ returns 0 matches",
|
|
"implemented": true,
|
|
"featureIds": ["F011", "F012", "F013"]
|
|
},
|
|
{
|
|
"id": "T020",
|
|
"description": "server/src/lib/notifications/emailLocaleResolver.ts still exists (intentionally kept)",
|
|
"implemented": true,
|
|
"featureIds": ["F010"]
|
|
},
|
|
{
|
|
"id": "T021",
|
|
"description": "server/src/lib/notifications/emailService.ts still exists (intentionally kept)",
|
|
"implemented": true,
|
|
"featureIds": ["F010"]
|
|
},
|
|
{
|
|
"id": "T022",
|
|
"description": "server/src/lib/notifications/sendEventEmail.ts still exists (intentionally kept)",
|
|
"implemented": true,
|
|
"featureIds": ["F010"]
|
|
},
|
|
{
|
|
"id": "T023",
|
|
"description": "server/src/lib/notifications/NotificationAccumulator.ts still exists (intentionally kept)",
|
|
"implemented": true,
|
|
"featureIds": ["F010"]
|
|
},
|
|
{
|
|
"id": "T024",
|
|
"description": "server/src/lib/adapters/invoiceAdapters.ts does not exist",
|
|
"implemented": true,
|
|
"featureIds": ["F014"]
|
|
},
|
|
{
|
|
"id": "T025",
|
|
"description": "ApiCSVAccountingController.ts imports getCSVTaxImportService from @alga-psa/integrations (not relative server path)",
|
|
"implemented": true,
|
|
"featureIds": ["F005"]
|
|
}
|
|
]
|