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
122 lines
4.2 KiB
JSON
122 lines
4.2 KiB
JSON
[
|
|
{
|
|
"id": "T001",
|
|
"description": "Task 2c-1: Grep-verify each of role.ts, standardServiceType.ts, timeSheetComment.ts, session.tsx, ticketResource.tsx, userPreferences.tsx, notification.ts, index.ts has 0 import references. Delete all 8 files. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F001",
|
|
"F002",
|
|
"F003",
|
|
"F004",
|
|
"F005",
|
|
"F006",
|
|
"F007",
|
|
"F008"
|
|
]
|
|
},
|
|
{
|
|
"id": "T002",
|
|
"description": "Task 2c-2: Grep-verify PasswordResetService.ts and taskTypeService.ts have 0 import references. Delete both. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F009",
|
|
"F010"
|
|
]
|
|
},
|
|
{
|
|
"id": "T003",
|
|
"description": "Task 2c-3: Grep-verify each of the 9 dead email files has 0 direct imports. Delete all 9 files/dirs. Confirm system/SystemEmailService.ts, BaseEmailService.ts, tenant/templateProcessors.ts, system/types.ts are NOT deleted. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F011",
|
|
"F012",
|
|
"F013",
|
|
"F014",
|
|
"F015",
|
|
"F016",
|
|
"F017",
|
|
"F018"
|
|
]
|
|
},
|
|
{
|
|
"id": "T004",
|
|
"description": "Task 2d-1: Find all callers of user-actions/userActions shim. Update each to import from @alga-psa/users/actions. Delete shim + directory. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F019"
|
|
]
|
|
},
|
|
{
|
|
"id": "T005",
|
|
"description": "Task 2d-2: Find all callers of eventBus/events shim. Update each to import from @alga-psa/event-schemas. Delete shim. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F020"
|
|
]
|
|
},
|
|
{
|
|
"id": "T006",
|
|
"description": "Task 2d-3: Grep-verify all 23 callers of auth/getSession shim (12 server + 11 EE). Verify getSession and getSessionWithRevocationCheck are exported from @alga-psa/auth. Update all 23 callers. Delete shim. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F021"
|
|
]
|
|
},
|
|
{
|
|
"id": "T007",
|
|
"description": "Task 2e-1: Verify SystemEmailService is exported from @alga-psa/email. Update appointment-request/route.ts import. Delete system/SystemEmailService.ts, system/types.ts, system/ dir. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F022"
|
|
]
|
|
},
|
|
{
|
|
"id": "T008",
|
|
"description": "Task 2e-2: Verify BaseEmailService is exported from @alga-psa/email. Update outboundEmailWorkflowEvents.test.ts import. Delete BaseEmailService.ts. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F023"
|
|
]
|
|
},
|
|
{
|
|
"id": "T009",
|
|
"description": "Task 2e-3: Verify DatabaseTemplateProcessor is exported from @alga-psa/email (check which of the two package locations is in the barrel). Update surveyService.ts and surveyEmailTemplates test. Delete tenant/templateProcessors.ts and tenant/ dir. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F024"
|
|
]
|
|
},
|
|
{
|
|
"id": "T010",
|
|
"description": "Task 2e-4: Rewrite email/index.ts to pure re-exports from @alga-psa/email only (no local ./system, ./tenant, ./BaseEmailService). Verify all callers of @/lib/email still resolve. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F025"
|
|
]
|
|
},
|
|
{
|
|
"id": "T011",
|
|
"description": "Task 2f-1: Verify @alga-psa/notifications exports all types from internalNotification (InternalNotification, CreateInternalNotificationRequest, etc.). Find all 9 callers. Update imports. Delete server model. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F026"
|
|
]
|
|
},
|
|
{
|
|
"id": "T012",
|
|
"description": "Task 2f-2: Verify @alga-psa/documents/models/documentAssociation exports DocumentAssociation with compatible API. Update EntityImageService.ts, documentPermissionUtils.ts, test. Delete server model. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F027"
|
|
]
|
|
},
|
|
{
|
|
"id": "T013",
|
|
"description": "Task 2f-3: Add consumePortalDomainOtt, pruneExpiredPortalDomainOtts, __setPortalDomainOttConnectionFactoryForTests exports to @alga-psa/auth barrel. Find all 4 callers. Update imports. Delete server model. npm run build passes.",
|
|
"implemented": true,
|
|
"featureIds": [
|
|
"F028"
|
|
]
|
|
}
|
|
]
|