fix(tradein/ux): honest source list — drop dead domklik/restate, remove fake per-source median (#1968) #1980
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#1980
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/tradein-honesty-sources"
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?
Summary
Honesty-fix the Мера aggregation UI (B2B trust — per strategic audit 0627 + #1871). Removes the "7 sources" half-truth and the fake per-source attribution.
SourcesProgress.tsx: drop the deaddomklik(QRATOR-dead, #1846) andrestate(never implemented) rows — they always rendered idle/loading, never insources_used. Real set now = Циан, Авито, Яндекс, N1 + Росреестр (5 rows). Header{doneCount}/{totalCount}now honestly reads "/ 5".median(was set to the aggregatemedian_price_rubon every done source — misleading "independent convergence"; not even rendered) + the now-unusedformatMln.page.tsx: hero "Агрегируем данные из 7 источников…" → "Агрегируем 4 источника объявлений (Авито, Циан, Яндекс, N1) и реальные сделки Росреестра."; footer synced → "Avito + Cian + Yandex + N1 + Росреестр". Hero = footer = card.estimate.sources_used/countBySource/actual_deals; a no-contribution source honestly shows "нет данных" (DoD pt 3 satisfied, no backend change).N1 kept (real source, 377 listings — hiding a contributing source would be the opposite of honest). The DoD's "4" reads as the 4 listing sources; Росреестр is the deals layer.
Test plan
tsc --noEmitclean; grep confirms zero leftoverdomklik/restate/median/formatMlnrefs.Closes #1968.