gendesign/tradein-mvp/backend
bot-backend 090a5c6e91 fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693)
QA re-smoke after #718 (fixup 2/3): canonical 'фывапролд 999' → ЕКБ
city-centroid still returned medium. Root cause: the coarse-geo gate guard
was anchor_tier is None, but a coarse geocode landing on the dense city
centroid lets Tier C (micro-radius ≤500 m) collect ≥5 comps → anchor_tier='C'
→ guard blocked the downgrade. Tier C is NOT same-building (#691); it is just
random flats within 500 m of a meaningless centroid — exactly the false
confidence this issue targets. Digit-free garbage ('ёъхзщшг') proves
_geocode_is_coarse already returned True; only the anchor guard blocked it.

Protect ONLY Tier A (real same-building comps); coarse geo + Tier C now
downgrades to low + flag. Add prod-diagnostic log of geo fields (QA request).

Refs #693
2026-05-30 15:27:16 +03:00
..
app fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693) 2026-05-30 15:27:16 +03:00
data/sql feat(tradein): white-label branded page for client «Практика» (#657) (#672) 2026-05-29 16:09:23 +00:00
scripts feat(backtest): per-rooms asking→sold correction block (#648 S1) (#650) 2026-05-29 13:11:55 +00:00
tests fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693) 2026-05-30 15:27:16 +03:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile feat(tradein): persistent infra для backfill scripts (PR F) (#592) 2026-05-27 06:59:54 +00:00
pyproject.toml feat(rbac): role-based access control via X-Authenticated-User middleware (#585) 2026-05-26 06:18:40 +00:00