fix(report): вывести ПЗЗ-градрегламент НСПД в Раздел 1 + coerceFloat КСИТ (#1962) #1987
No reviewers
Labels
No labels
admin
analytics
auth
automation
bug
business
chore
ci
compliance
data
data-moat
docs
duplicate
dx
enhancement
Fable 5 ревью
feedback/max
generative
GG-форсайт
needs-discussion
needs-human
observability
pause-bots
performance
priority/p0
priority/p1
priority/p2
priority/p3
scope/backend
scope/db
scope/devops
scope/frontend
scope/qa
scrapers
security
site-finder
stage/1
stage/2
status/blocked
status/done
status/needs-analysis
status/needs-fix
status/qa
status/ready
status/review
status/wip
tech-debt
tradein
ux
week ревью 1
wontfix
вторичка
ИРД
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lekss361/gendesign#1987
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/report-nspd-zoning-1962"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Батч 3b аудита (эпик #1953). code-reviewer ✅ APPROVE.
#1962 — «где NSPD?»
nspd_zoningРЕЗОЛВИТСЯ (синтез #1891) и есть в ответе, но light-отчёт показывал только мёртвыйzoning.data_available=false(закрытый PKK6). Теперь в Раздел 1 — карточка «Градрегламент (НСПД)»:regulation_zone_index=ПК-1 /zone_code), КСИТ (max_far=2.4), этажность (max_floors=2), коэф. застройки (max_building_pct=80%), КСИТ-ёмкость (max_far×площадь), пятно застройки, источник (ekb-geoportal-urbancard), список ВРИ (main_vri, 20 шт).adaptUrbanDrawer(light-отчёт ↔ /ptica консистентны).Бонус: латентный баг кокпита (coerceFloat)
max_far/max_building_pctприходят строками на wire (NUMERIC→Decimal→JSON-строка). Гардыtypeof maxFar === "number"в massing/insolation 3D-пути их молча отбрасывали → 3D считал по дефолту 3.5 вместо реального КСИТ. Введён единыйcoerceFloat, прокинут во все потребители (light-отчёт +ptica-adapt/InsolationCard/DrawerContent/MassingScene). Ревью подтвердило: без NaN-регрессии, 3D теперь использует настоящий КСИТ.Качество
tsc --noEmitclean;next lintclean; prettier 3.9.0 clean.string|number|null.Follow-up (нит из ревью):
max_height_m— тот же класс string-бага (раздельный тикет). Closes #1962.