gendesign/tradein-mvp/frontend
lekss361 6248880d53 fix(tradein): dedupe last_scraped_at in AggregatedEstimate (fix frontend build)
#688 (analytics) and #689 (transparency) each added last_scraped_at?: string|null
to AggregatedEstimate; each PR was internally consistent (tsc green in isolation),
but after BOTH merged the field was declared twice → 'Type error: Duplicate
identifier last_scraped_at' → next build failed → build-frontend red → deploy
skipped (run #535). Remove the second declaration (keep the original at the
metadata block); price_trend untouched. tsc --noEmit clean.
2026-05-30 11:25:41 +03:00
..
public fix(tradein): commit empty frontend/public via .gitkeep 2026-05-21 00:59:13 +03:00
src fix(tradein): dedupe last_scraped_at in AggregatedEstimate (fix frontend build) 2026-05-30 11:25:41 +03:00
.dockerignore feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00
Dockerfile fix(tradein): HOSTNAME=0.0.0.0 + NEXT_PUBLIC_API_BASE_URL build-arg 2026-05-21 10:21:32 +03:00
next.config.ts fix(tradein): убрать basePath redirect-loop 2026-05-21 01:05:49 +03:00
package.json feat(tradein): house analytics section (chart + KPI + sold list) (#546) 2026-05-24 18:09:45 +00:00
pnpm-lock.yaml feat(tradein): house analytics section (chart + KPI + sold list) (#546) 2026-05-24 18:09:45 +00:00
tsconfig.json feat: add tradein-mvp subproject (Trade-In Estimator под /trade-in) 2026-05-21 00:25:39 +03:00