Добавляет 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| complex_buildings.py | ||
| concept.py | ||
| custom_poi.py | ||
| job_settings.py | ||
| nspd_bulk.py | ||
| parcel.py | ||
| recommend.py | ||
| trade_in.py | ||