Commit graph

4 commits

Author SHA1 Message Date
9183829d08 feat(site-finder): max-info popups — конкурент/§3-таблица/польз.точка/соседи (#2111)
All checks were successful
CI / changes (pull_request) Successful in 9s
CI / frontend-tests (pull_request) Successful in 1m33s
CI / openapi-codegen-check (pull_request) Successful in 2m30s
CI / backend-tests (pull_request) Successful in 14m52s
Audit #2111 (MEDIUM/LOW): попапы/карточки показывали данные, которые есть в
ответе, но недоливались до UI. Все поля едут через существующие loose
dict[str, Any] passthrough'ы (competitors, neighbors_summary) — без изменения
контракта/codegen.

- Конкурент (MarketLayers): «Застройщик» (dev_name) + «Ср. площадь кв.»
  (avg_area_pd — SQL уже считал, прокидываем явно в _competitor_with_coords).
- §3 «Инж. сооружения рядом» (NspdEngineeringNearbyBlock): вторичная строка
  Назначение/Характеристики/Адрес/№ ЕГРН (EngineeringStructure уже несёт эти поля).
- Польз. точка (CustomPoiLayer): scope-метка (глобальная/привязана к участку) +
  добавлена/изменена (formatDate с guard).
- Соседи (NeighborsBlock): Назначение + Статус (cad_buildings.purpose/status,
  добавлены в neighbors CTE SELECT + neighbor dict; прод-verified ~100% заполнено).
- Utility material → RU («сталь/металл/бетон», unknown → passthrough) — «человеческим
  языком» (ui-microcopy). Юнит-тесты material RU + avg_area_pd passthrough.

Примечание: neighbor purpose/status покрыты только DB-gated EXPLAIN-тестом
(integration), unit-покрытия нет by design.
2026-06-30 18:29:39 +05:00
6d6e0ce0ca feat(site-finder): §3 «Сети и точки подключения» — попапы показывают характеристики (#2111) (#2112)
All checks were successful
Deploy / changes (push) Successful in 8s
Deploy / build-backend (push) Successful in 2m2s
Deploy / build-worker (push) Successful in 3m29s
Deploy / build-frontend (push) Successful in 3m44s
Deploy / deploy (push) Successful in 1m30s
2026-06-30 13:16:07 +00:00
7a1d2a4ed6 fix(site-finder): Overpass retry-backoff + mirror fallback for utility loader (#1746) (#1931)
All checks were successful
Deploy / changes (push) Successful in 6s
Deploy / build-frontend (push) Has been skipped
Deploy / build-backend (push) Successful in 1m41s
Deploy / build-worker (push) Successful in 2m58s
Deploy / deploy (push) Successful in 1m21s
2026-06-26 21:13:06 +00:00
3753079dee feat(site-finder): OSM engineering-networks loader + endpoint (#1746) (#1930)
All checks were successful
Deploy / changes (push) Successful in 7s
Deploy / build-backend (push) Successful in 1m53s
Deploy / build-worker (push) Successful in 3m6s
Deploy / build-frontend (push) Successful in 3m19s
Deploy / deploy (push) Successful in 1m26s
2026-06-26 20:01:00 +00:00