Dashboard System

How the platform's three dashboards are structured, and what they have in common.

One Dashboard per Role

Baalvion has three dashboards — one per role — reachable only through login and role-based routing (never directly picked by the user):

  • /buyer/dashboard — for buyer accounts
  • /seller/dashboard — for seller accounts
  • /agent/dashboard — for trade agent accounts

See Logging In & Role-Based Routing for how you land on the correct one.

Shared Structure

Every dashboard, regardless of role, is built from the same underlying building blocks:

  • An activity summary — the most relevant open items for your role.
  • A primary navigation sidebar — scoped to what your role can access.
  • A notifications area — items requiring your attention.
  • Search — scoped to the records your role can see.
Same system, different content
The dashboard layout is consistent across roles, but the data and actions available inside it are entirely scoped to your role's permissions. See Permissions.

What Differs by Role

  • Buyer — dashboard centers on orders placed and sourcing activity.
  • Seller — dashboard centers on incoming orders and listing management.
  • Trade Agent — dashboard centers on a task queue spanning assigned trades.

For workflow-level detail, see the Buyer, Seller, and Trade Agent guides.