mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-06 12:25:02 +00:00
fix(eims): resolve Addis Ababa addresses against MoR's sub-city tier
MoR's location master has no zone level in a chartered city: CITY_NAME is the sub-city and LOCALITY_DESC is the numbered woreda. e-Trade fills the gap by repeating the region in ZONE, pushing the sub-city into CITY_NAME and the woreda number into LOCALITY_DESC, so every Addis Ababa buyer failed CITY_NAME lookup and could not be filed at all. Retry one level down when ZONE repeats the region, accepting it only when both shifted levels resolve exactly — an unknown zone still fails with its own message. Match a zero-padded 07 against MoR's own WOREDA 7 spelling, and add the reviewed AMAHARA / KOLFIE KERANIYO / MISRAK SHOA aliases. Verified against the dev database: 2 of 40 companies resolved before, 31 after.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
"seed:file-upload-settings": "ts-node -r tsconfig-paths/register src/scripts/seed-file-upload-settings.ts",
|
||||
"seed:dropdown-settings": "ts-node -r tsconfig-paths/register src/scripts/seed-dropdown-settings.ts",
|
||||
"seed:gov-companies": "ts-node -r tsconfig-paths/register src/scripts/seed-gov-companies.ts",
|
||||
"seed:mor-test-buyers": "ts-node -r tsconfig-paths/register src/scripts/seed-mor-test-buyers.ts",
|
||||
"seed:fleet-wagons": "bash ../../../docs/new/seeds/seed-fleet-wagons.sh",
|
||||
"iam:typeorm:cli": "cross-env MIGRATIONS_DIR=node_modules/@tria-plc/iamapi-common/dist/db/migrations/*.{ts,js} ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d ./node_modules/@tria-plc/api-common/dist/modules/typeorm/typeorm.config.js",
|
||||
"iam:migration:run": "pnpm run iam:typeorm:cli migration:run",
|
||||
|
||||
Reference in New Issue
Block a user