deckhearth/.convoys/dashboard-home-realignment/brief-2-honest-dashboard.md
varutasu b9e840ff3a
Realign dashboard home nav and wire honest ownership stats (#164)
Flatten authenticated sidebar IA, move admin to the profile menu, right-align TopSearchBar actions, and replace placeholder dashboard panels with data from /api/user/stats and /api/user-cards.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 16:47:59 -05:00

738 B

convoy brief_number depends_on recommended_model model_tier files
dashboard-home-realignment 2
composer-2.5-fast fast
pages/dashboard.js
components/DashboardFeaturedCollection.js
components/DashboardRecentActivity.js
components/DashboardCardSpotlight.js
lib/format-relative-time.js
test/lib/format-relative-time.test.js

Brief 2: Honest dashboard home

Goal

Wire dashboard to /api/user/stats and remove demo panels/placeholder stat tiles.

Acceptance criteria

  • Three real stat tiles (total cards, value, decks)
  • Recently added grid + real activity + latest card spotlight
  • Empty-state CTAs only when collection is truly empty
  • formatRelativeTime helper + unit test