gendesign/tradein-mvp/backend
lekss361 72334a7558 fix(tradein-api): add PlacementHistoryEntry schema + None checks
Follow-up to PR #528 review-bot Medium findings:
- /placement-history endpoint typed via new PlacementHistoryEntry schema
  (OpenAPI + Pydantic validation, consistent with other endpoints)
- Replace truthy 'if target.lat and target.lon' with 'is not None'
  (defensive against lat=0.0 in future region expansion)
2026-05-24 17:25:32 +03:00
..
app fix(tradein-api): add PlacementHistoryEntry schema + None checks 2026-05-24 17:25:32 +03:00
data/sql feat(tradein-sql): bootstrap houses + link 98.8% of listings (Phase A+B) (#527) 2026-05-24 14:17:32 +00:00
tests fix(yandex-valuation): parse removed_date, fix total_floors regex, normalize NBSP (#526) 2026-05-24 14:12:16 +00:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
pyproject.toml fix(tradein-photos): sanitize uploaded images via Pillow re-encode (#511) 2026-05-24 11:32:04 +00:00