gendesign/tradein-mvp/backend/app
lekss361 9b07a0f935 fix(yandex-valuation): relax area regex lookbehind (2-комн regression)
PR #541 lookbehind (?<![\d.,]) was too strict — re-sweep showed
area_filled dropped from 48% to 8.8% with all 2-комн rooms losing
area (chunked text often has a price-per-m2 digit immediately before
the room's area token).

Loosen to (?<!\d) (only digit-adjacency blocked, comma/dot fine)
and tighten quantifier to \d{2,4} (min 2 digits blocks sub-fragments
like '2,2' inside '52,2'). Year-concat 20244,6 still rejected because
greedy '\d{2,4}' grabs '2024', then [.,] separator doesn't follow.
2026-05-24 18:50:04 +03:00
..
api feat(tradein/cian): valuation backfill + runner script для prod (#539) 2026-05-24 15:16:45 +00:00
core feat(tradein): postgres_fdw live read of gendesign.cad_buildings (replaces snapshot) (#493) 2026-05-24 08:57:30 +00:00
schemas fix(tradein-api): PlacementHistoryEntry schema + None checks (PR #528 follow-up) (#532) 2026-05-24 14:33:53 +00:00
services fix(yandex-valuation): relax area regex lookbehind (2-комн regression) 2026-05-24 18:50:04 +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