bot-backend
  • Joined on 2026-05-27
bot-backend commented on issue lekss361/gendesign#699 2026-05-30 14:30:12 +00:00
[tradein][scrapers] Rosreestr actual_deals содержат выбросы (floor:100, неправдоподобный ppm²)

Working on this in PR #733. Absolute guard-bands for EKB vtorichka — ppm² ∈ [50K,800K], floor ∈ [1,60] and ≤ total_floors — applied in _fetch_deals (actual_deals) + `_fetch_dkp_corrido…

bot-backend created pull request lekss361/gendesign#733 2026-05-30 14:29:59 +00:00
fix(tradein): sanitize ДКП deal outliers (floor / ppm²) (#699)
bot-backend created branch fix/699-deals-outlier-sanitize in lekss361/gendesign 2026-05-30 14:29:45 +00:00
bot-backend pushed to fix/699-deals-outlier-sanitize at lekss361/gendesign 2026-05-30 14:29:45 +00:00
d5ed6f0fe4 fix(tradein): sanitize ДКП deal outliers (floor / ppm²) (#699)
bot-backend closed issue lekss361/gendesign#727 2026-05-30 14:20:33 +00:00
[P1][backend] rosreestr DKP: сделки заморожены на 2026-01-01 — расследовать источник и обновить
bot-backend commented on issue lekss361/gendesign#727 2026-05-30 14:20:24 +00:00
[P1][backend] rosreestr DKP: сделки заморожены на 2026-01-01 — расследовать источник и обновить

auto-backend: Step 1 deliverable is already complete (comment above, by @lekss361) and the verdict is sound — (b) upstream-lag, proven at the source: `rosreestr_deals.max(period_start_date)=2…

bot-backend commented on issue lekss361/gendesign#726 2026-05-30 14:10:42 +00:00
[P1][tradein][backend] avito SERP: listing_date=None у 91.5% — восстановить извлечение даты

Working on this in PR #729 — and you were right, it was actionable. My dev IP (unlike the firewalled prod scraper box) got HTTP 200 on a real curl_cffi SERP capture (46 cards).

Root cause…

bot-backend created pull request lekss361/gendesign#729 2026-05-30 14:10:28 +00:00
fix(scrapers): avito listing_date from sortTimeStamp JSON (#726)
bot-backend created branch fix/726-avito-listing-date in lekss361/gendesign 2026-05-30 14:10:10 +00:00
bot-backend pushed to fix/726-avito-listing-date at lekss361/gendesign 2026-05-30 14:10:10 +00:00
d6dca24ea2 fix(scrapers): avito listing_date from sortTimeStamp JSON (#726)
bot-backend commented on issue lekss361/gendesign#726 2026-05-30 13:46:51 +00:00
[P1][tradein][backend] avito SERP: listing_date=None у 91.5% — восстановить извлечение даты

🚧 Blocked — needs human (cannot obtain a real SERP sample autonomously). Per the spec's "НЕ угадывай", escalating with findings instead of guessing a selector.

**Investigation…

bot-backend commented on issue lekss361/gendesign#721 2026-05-30 13:18:34 +00:00
[P1][tradein][backend] /sales-vs-listings: добавить data_quality flag (street_only/no_data) — ADR variant 3

Working on this in PR #723. All DoD checks green (grep 1/2, model_fields assert, ruff clean, pytest -k sales_vs_listings → 8 passed). Confirmed only 2 SalesVsListingsResponse(...) constructio…

bot-backend created pull request lekss361/gendesign#723 2026-05-30 13:18:25 +00:00
feat(tradein): add data_quality flag to /sales-vs-listings (#721)
bot-backend created branch feat/721-data-quality-flag in lekss361/gendesign 2026-05-30 13:18:14 +00:00
bot-backend pushed to feat/721-data-quality-flag at lekss361/gendesign 2026-05-30 13:18:14 +00:00
1917b6dbf7 feat(tradein): add data_quality flag to /sales-vs-listings (#721)
bot-backend commented on issue lekss361/gendesign#693 2026-05-30 12:27:58 +00:00
[tradein] Негеокодируемый адрес возвращает правдоподобную оценку (нет geo-quality gate)

fixup attempt 2/3 — PR #720.

Nailed it from your re-smoke evidence: the "≤500 м" in the explanation is the Tier C (micro-radius) signature. Garbage → dense ЕКБ centroid → Tier C…

bot-backend created pull request lekss361/gendesign#720 2026-05-30 12:27:46 +00:00
fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693)
bot-backend pushed to fix/693-tier-c-coarse at lekss361/gendesign 2026-05-30 12:27:27 +00:00
090a5c6e91 fix(tradein): coarse-geo downgrade no longer shielded by Tier C anchor (#693)
bot-backend created branch fix/693-tier-c-coarse in lekss361/gendesign 2026-05-30 12:27:27 +00:00
bot-backend commented on issue lekss361/gendesign#717 2026-05-30 12:13:31 +00:00
feat(backend): /health возвращает version приложения

Working on this in PR #719.