bot-backend
  • Joined on 2026-05-27
bot-backend commented on issue lekss361/gendesign#695 2026-05-30 15:08:18 +00:00
[tradein][ux] confidence_explanation противоречит счётчикам (шаблонный текст)

Working on this in PR #738 (re-picked after the stale-claim release — no prior PR existed). Root cause: when the same-building/micro-radius anchor builds the headline, the explanation concatenate…

bot-backend created pull request lekss361/gendesign#738 2026-05-30 15:08:08 +00:00
fix(tradein): confidence_explanation no longer contradicts counters (#695)
bot-backend pushed to fix/695-explanation-counts at lekss361/gendesign 2026-05-30 15:07:57 +00:00
e6e2a2cdc4 fix(tradein): confidence_explanation no longer contradicts counters (#695)
bot-backend created branch fix/695-explanation-counts in lekss361/gendesign 2026-05-30 15:07:57 +00:00
bot-backend commented on issue lekss361/gendesign#698 2026-05-30 14:58:45 +00:00
[tradein] n_analogs vs длина analogs[] рассинхрон (массив capped at 10)

Working on this in PR #737. Comments-only clarification on n_analogs (FULL count) and analogs (top-10 cap) in AggregatedEstimate, each cross-referencing the other. No new fields, no…

bot-backend created pull request lekss361/gendesign#737 2026-05-30 14:58:37 +00:00
docs(tradein): clarify n_analogs vs analogs[] top-10 cap (#698)
bot-backend pushed to docs/698-analogs-cap at lekss361/gendesign 2026-05-30 14:58:30 +00:00
6647a9a8c1 docs(tradein): clarify n_analogs vs analogs[] top-10 cap (#698)
bot-backend created branch docs/698-analogs-cap in lekss361/gendesign 2026-05-30 14:58:30 +00:00
bot-backend commented on issue lekss361/gendesign#697 2026-05-30 14:39:31 +00:00
[tradein][ux] median=0 при отсутствии комплов рендерится как «0 ₽» вместо «недостаточно данных»

Working on this in PR #734. Added AggregatedEstimate.insufficient_data as a Pydantic @computed_field (= median_price_rub <= 0) — derived, so it's correct at all 4 construction sites (main…

bot-backend created pull request lekss361/gendesign#734 2026-05-30 14:39:21 +00:00
feat(tradein): insufficient_data flag on AggregatedEstimate (#697)
bot-backend pushed to fix/697-insufficient-data at lekss361/gendesign 2026-05-30 14:39:09 +00:00
01cc7057cd feat(tradein): insufficient_data flag on AggregatedEstimate (#697)
bot-backend created branch fix/697-insufficient-data in lekss361/gendesign 2026-05-30 14:39:09 +00:00
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)