gendesign/tradein-mvp/backend/app/api
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
..
v1 fix(tradein-api): add PlacementHistoryEntry schema + None checks 2026-05-24 17:25:32 +03:00
__init__.py feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00