Skip to content

User Hub

The User Hub is the operator's home screen on login. It collects the jobs the operator is assigned to (or that are unassigned and actionable) and the tasks routed to them, scoped to the current user.

Key screens

Jobs tab

How to reach: drawer → User HubJobs (route: /app/operator?tab=jobs).

What you can do here:

  • Switch between card and list layout via the layout toggle.
  • Refresh the jobs feed.
  • Filter jobs by project, work order, product, phase, and started only.
  • Click a job to jump into its work session.

Expected business logic:

  • The list shows assigned jobs first, then unassigned-but-actionable jobs (those with next_batch_available or an active_batch_qt).
  • Layout preference (card vs list) is persisted to the user's profile.
  • Starting a job from this list emits JobStartedEvent; the row count in the tab label tracks the visible-after-filter assigned-job count.

Tasks tab

How to reach: drawer → User HubTasks (route: /app/operator?tab=tasks).

What you can do here:

  • Browse tasks routed to the current user.
  • Refresh the tasks list.

Expected business logic:

Released under the Apache 2.0 License.