Добавляет bbox-поиск участков для карты Site Finder (issue #307): - GET /api/v1/parcels/by-bbox с query params min_lat/min_lon/max_lat/max_lon/limit/user_id - Overlay статуса из parcel_user_status (user_id опционален) - Pydantic schemas: ParcelMapMarker, ParcelBboxResponse в app/schemas/parcel.py - SQL-миграция 119_parcel_user_status.sql (CREATE TABLE IF NOT EXISTS + индексы) - 4 unit-теста: valid bbox / invalid bbox (400) / status overlay / no-user-id null status |
||
|---|---|---|
| .. | ||
| api | ||
| integration | ||
| scrapers | ||
| services | ||
| smoke | ||
| workers | ||
| __init__.py | ||
| test_admin_weight_profiles.py | ||
| test_concepts_stub.py | ||
| test_gate_verdict.py | ||
| test_health.py | ||
| test_layout_signature.py | ||
| test_layout_tz_pdf.py | ||
| test_nspd_client.py | ||
| test_nspd_sync.py | ||
| test_poi_score.py | ||
| test_quarter_dump_lookup.py | ||
| test_sentry_init.py | ||
| test_velocity.py | ||
| test_weight_profiles.py | ||