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

153 lines
4.7 KiB
JSON

[
{
"id": "F001",
"description": "Change I18N_CONFIG.ns from ['common', 'client-portal', 'msp'] to ['common'] in packages/ui/src/lib/i18n/config.ts",
"implemented": true,
"prdRefs": ["FR1"]
},
{
"id": "F002",
"description": "Add ROUTE_NAMESPACES constant to packages/ui/src/lib/i18n/config.ts mapping route prefixes to namespace arrays for both MSP and client portal routes",
"implemented": true,
"prdRefs": ["FR2"]
},
{
"id": "F003",
"description": "Add getNamespacesForRoute(pathname) function to packages/ui/src/lib/i18n/config.ts — exact match first, then longest prefix match, fallback to ['common']",
"implemented": true,
"prdRefs": ["FR3"]
},
{
"id": "F004",
"description": "I18nProvider in packages/ui/src/lib/i18n/client.tsx accepts optional namespaces prop (string[])",
"implemented": true,
"prdRefs": ["FR6"]
},
{
"id": "F005",
"description": "I18nProvider calls i18next.loadNamespaces() for namespaces not yet loaded when namespaces prop changes",
"implemented": true,
"prdRefs": ["FR5"]
},
{
"id": "F006",
"description": "I18nWrapper in packages/tenancy/src/components/i18n/I18nWrapper.tsx uses usePathname() to get current route",
"implemented": true,
"prdRefs": ["FR4"]
},
{
"id": "F007",
"description": "I18nWrapper calls getNamespacesForRoute(pathname) and passes result as namespaces prop to I18nProvider",
"implemented": true,
"prdRefs": ["FR4"]
},
{
"id": "F008",
"description": "I18nWrapper re-resolves namespaces when pathname changes (route navigation)",
"implemented": true,
"prdRefs": ["FR4", "FR5"]
},
{
"id": "F009",
"description": "Create scripts/generate-pseudo-locale.ts with --locale and --fill CLI arguments",
"implemented": true,
"prdRefs": ["FR7", "FR8"]
},
{
"id": "F010",
"description": "Pseudo-locale script reads all English namespace JSON files including nested features/ and msp/ directories",
"implemented": true,
"prdRefs": ["FR9"]
},
{
"id": "F011",
"description": "Pseudo-locale script outputs files under server/public/locales/<locale>/ preserving directory structure",
"implemented": true,
"prdRefs": ["FR10"]
},
{
"id": "F012",
"description": "Pseudo-locale script replaces all leaf string values with the fill string",
"implemented": true,
"prdRefs": ["FR11"]
},
{
"id": "F013",
"description": "Pseudo-locale script preserves {{variables}} within fill strings (e.g., '1111 {{name}} 1111')",
"implemented": true,
"prdRefs": ["FR12"]
},
{
"id": "F014",
"description": "Pseudo-locale script preserves JSON key structure exactly (nested objects maintained)",
"implemented": true,
"prdRefs": ["FR13"]
},
{
"id": "F015",
"description": "Add pseudo-locales xx and yy to LOCALE_CONFIG.supportedLocales",
"implemented": true,
"prdRefs": ["FR14"]
},
{
"id": "F016",
"description": "Rename server/public/locales/{lang}/msp.json to server/public/locales/{lang}/msp/core.json for all 7 languages",
"implemented": true,
"prdRefs": ["FR15"]
},
{
"id": "F017",
"description": "Update all useTranslation('msp') references in codebase to useTranslation('msp/core')",
"implemented": true,
"prdRefs": ["FR16"]
},
{
"id": "F018",
"description": "ROUTE_NAMESPACES uses 'msp/core' (not 'msp') for all MSP routes",
"implemented": true,
"prdRefs": ["FR18"]
},
{
"id": "F019",
"description": "Sync packages/core/src/lib/i18n/config.ts with any locale config changes from packages/ui/src/lib/i18n/config.ts",
"implemented": true,
"prdRefs": ["FR19"]
},
{
"id": "F020",
"description": "Client portal loads correct namespaces per route with no regressions",
"implemented": true,
"prdRefs": ["FR20"]
},
{
"id": "F021",
"description": "MSP portal with flag OFF has zero behavior change (no namespace loading, no I18nWrapper)",
"implemented": true,
"prdRefs": ["FR21"]
},
{
"id": "F022",
"description": "MSP portal with flag ON loads msp/core namespace correctly via lazy loading",
"implemented": true,
"prdRefs": ["FR22"]
},
{
"id": "F023",
"description": "Phase 1 tests updated to reference msp/core instead of msp and continue passing",
"implemented": true,
"prdRefs": ["FR23"]
},
{
"id": "F024",
"description": "npm run build succeeds with no TypeScript errors after all changes",
"implemented": true,
"prdRefs": ["FR23"]
},
{
"id": "F025",
"description": "Add pseudo-locale output directories (server/public/locales/xx, server/public/locales/yy) to .gitignore",
"implemented": true,
"prdRefs": ["FR14"]
}
]