Commit graph

3 commits

Author SHA1 Message Date
lekss361
57dd989e58 fix(tradein-phase-c): prepend region prefix to addresses for IMV geocoder
Avito /coords/by_address mis-resolves ambiguous addresses to wrong regions.
Examples: 'улица Академика Королева, 8Г' -> Беларусь, Могилёв (404);
'р-н Орджоникидзевский, мкр. Уралмаш...' -> Хакасия (404).

Add _REGION_BBOX lookup (lat/lon -> region name) + _enrich_address_for_imv()
that prepends region prefix if address doesn't already have one. Default EKB
fallback when coords are NULL.
2026-05-24 18:27:02 +03:00
ee2262d605 fix(tradein-phase-c): house_type 'monolith'→'monolithic' + log 400 body (#537)
All checks were successful
Deploy Trade-In / changes (push) Successful in 5s
Deploy Trade-In / build-frontend (push) Has been skipped
Deploy Trade-In / build-backend (push) Successful in 46s
Deploy Trade-In / deploy (push) Successful in 38s
2026-05-24 15:05:49 +00:00
b0d377c984 feat(tradein): Phase C — Avito IMV per-house backfill (SQL + script) (#534)
All checks were successful
Deploy Trade-In / changes (push) Successful in 5s
Deploy Trade-In / build-frontend (push) Has been skipped
Deploy Trade-In / build-backend (push) Successful in 25s
Deploy Trade-In / deploy (push) Successful in 36s
2026-05-24 14:50:31 +00:00