gendesign/tradein-mvp/backend/app
lekss361 d692511cef fix(yandex-valuation): correct off-by-one cell index in _parse_row_cells
Real Yandex DOM layout (curl_cffi probe 2026-05-24):
- cell[0] = photo (empty text)
- cell[1] = title — area + rooms + floor jammed: "48,5 м², 1-комнатная19 этаж"
- cell[2..5] = prices, dates, status (unchanged from PR #544)

Previous code read area+rooms from cell[0] and floor from cell[1] → 0% fill
for all three fields on 138 live rows. New code reads everything from cell[1].

Verified locally: 138/138 area, rooms, floor filled (100%, plausible 100%).
Tests updated to match real Yandex layout (empty photo + jammed title cell).
2026-05-24 22:51:03 +03:00
..
api feat(tradein): sell-time sensitivity block (4 цены × медиана срока продажи) 2026-05-24 22:43:32 +03:00
core feat(tradein): postgres_fdw live read of gendesign.cad_buildings (replaces snapshot) (#493) 2026-05-24 08:57:30 +00:00
schemas feat(tradein): sell-time sensitivity block (4 цены × медиана срока продажи) 2026-05-24 22:43:32 +03:00
services fix(yandex-valuation): correct off-by-one cell index in _parse_row_cells 2026-05-24 22:51:03 +03:00
tasks feat(tradein/cian): valuation backfill + runner script для prod (#539) 2026-05-24 15:16:45 +00:00
__init__.py feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
main.py feat(tradein): postgres_fdw live read of gendesign.cad_buildings (replaces snapshot) (#493) 2026-05-24 08:57:30 +00:00