Dashboard
The dashboard is the app entry point, but it currently resolves to tracking
The dashboard route exists as a product entry, but the current implementation redirects users into the tracking view so they land on the live session summary first.
01Section
Current behavior
Visiting /dashboard sends the user to /tracking, which keeps the product focused on the session overview instead of duplicating the same content twice.
02Section
Why it exists
The route acts as a stable landing point for navigation and future expansion if the team wants a dedicated dashboard later.
03Section
Where to look now
For today, the real dashboard experience lives in tracking, analytics, and the recent trades summary.
04Section
Future fit
If the app gets a richer home screen later, this article can expand without changing the route contract.
Current routing
A practical example for this feature.
The dashboard route is intentionally lightweight right now.
/dashboard -> /tracking
