gendesign/backend/app/schemas
lekss361 57676d5299 feat(sf-b1): GET /parcels/by-bbox — map entry endpoint + parcel_user_status table
Добавляет 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
2026-05-18 00:17:40 +03:00
..
__init__.py init 2026-04-25 13:45:19 +03:00
complex_buildings.py feat(api,analytics): bulk geo backfill + complex_buildings query 2026-05-11 15:56:17 +03:00
concept.py deploy.yml: sync compose+Caddyfile from git, reload caddy after up 2026-04-26 13:31:26 +03:00
custom_poi.py feat(#254): user_custom_pois — backend schema + CRUD + scoring integration 2026-05-17 09:34:33 +03:00
job_settings.py feat(jobs): centralized job_settings API + DB-driven beat schedule 2026-05-11 15:38:13 +03:00
nspd_bulk.py fix(cadastre): NSPD response parse — properties.category + top-level meta (#168) (#177) 2026-05-15 15:40:01 +03:00
parcel.py feat(sf-b1): GET /parcels/by-bbox — map entry endpoint + parcel_user_status table 2026-05-18 00:17:40 +03:00
recommend.py feat(analytics): recommend_mix v3.1-v3.4 - noise + 2D competitors + 24m cap + success-driven 2026-05-11 22:19:41 +03:00
trade_in.py feat(trade-in): TI-1 mock /trade-in/estimate endpoint + Pydantic + SQL migration (#316) 2026-05-17 16:45:06 +00:00