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

27 lines
738 B
Markdown

---
convoy: dashboard-home-realignment
brief_number: 2
depends_on: []
recommended_model: composer-2.5-fast
model_tier: fast
files:
- 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
- [x] Three real stat tiles (total cards, value, decks)
- [x] Recently added grid + real activity + latest card spotlight
- [x] Empty-state CTAs only when collection is truly empty
- [x] formatRelativeTime helper + unit test