Category
architecture
Labels
frontend, enhancement, dashboard
Difficulty
advanced
Why this matters
Valuable features live only on /play (price chart, chat, notifications, round timeline, end-round modal) while /dashboard is the primary route.
Likely files/components affected
src/pages/Dashboard.tsx
src/pages/LegacyDashboard.tsx
src/components/PriceChart.tsx
src/components/ChatSidebar.tsx
src/components/RoundTimeline.tsx
src/components/EndRoundModal.tsx
What contributor should improve
Selectively port high-value legacy panels into the new terminal layout without cluttering the fintech UX.
Expected final behavior
One primary dashboard route with chart, social, and round lifecycle features.
UI/UX goals
- Unified product experience
- Reduce maintainer confusion between
/dashboard and /play
Acceptance criteria
Category
architecture
Labels
frontend, enhancement, dashboard
Difficulty
advanced
Why this matters
Valuable features live only on
/play(price chart, chat, notifications, round timeline, end-round modal) while/dashboardis the primary route.Likely files/components affected
src/pages/Dashboard.tsxsrc/pages/LegacyDashboard.tsxsrc/components/PriceChart.tsxsrc/components/ChatSidebar.tsxsrc/components/RoundTimeline.tsxsrc/components/EndRoundModal.tsxWhat contributor should improve
Selectively port high-value legacy panels into the new terminal layout without cluttering the fintech UX.
Expected final behavior
One primary dashboard route with chart, social, and round lifecycle features.
UI/UX goals
/dashboardand/playAcceptance criteria
/dashboard/playdeprecated or redirected with note in README