Floom batch-b · full dashboard page tour
Every main full-page dashboard UI on batch-b.floom.dev/app/*, captured live (authed as fede@floom.dev, real data). Click the index to jump.
1 · Overview
/app/overview
Editorial hero ‘Work done’ (3 runs/7d), 4 stat tiles with sparklines, Worker activity + Coming-up columns, Emily panel right. Real data, renders clean.
2 · Workers list
/app/workers
1 worker (NovaSearch V5, ‘needs attention’). Filter chips + grid/list toggle + Add. Renders clean.
3 · Worker detail — Overview tab
/app/workers?sel=novasearch-v5
Opens as a right-side detail panel (not a full route). Tabs: Overview / History 10 / Source / Versions / Config. Latest output + WHAT-IT-DOES flow diagram. Renders clean.
4 · Worker detail — Source
/app/workers?sel=novasearch-v5&tab=Source
Source tab (Config is a sibling tab). File tabs worker.yml / SKILL.md / run.py with the real worker.yml YAML. Renders clean.
5 · Runs list
/app/runs
22 runs (12 failed, 1 running). Card grid with status pills (Completed/Running/Failed). Renders clean.
6 · Run detail — Output tab
/app/runs?sel=run_35d530816e73
Completed run. Tabs Output / Trace / Inputs / Raw. RESULT JSON (real shortlist: Rebekka Katzur 72, full stats) in a scrollable pane. Renders clean.
7 · Run detail — Trace / Logs
/app/runs?sel=run_35d530816e73&tab=Trace
No dedicated ‘Logs’ tab — logs live under the Trace tab. Duration 5m18s, Tokens —, STEPS ‘No steps recorded’, real LOGS stream (e2b sandbox spawn etc.). Renders clean.
8 · Run experience (manual-run modal)
/app/workers?sel=novasearch-v5 → Run
The ‘Run’ button opens a manual-run input modal (Job description / Job title / Mode / Sourcing / Operation). This is the actual run-input flow. NOTE: there is NO separate two-pane /app/run/
8b · /app/run/novasearch-v5 — 404 (FINDING)
/app/run/novasearch-v5
FINDING: the full-page two-pane run route /app/run/
9 · Library (Brain)
/app/brain
Library is labelled ‘Brain’. Empty state: 0 folders / 0 files, ‘No folders yet’. Renders clean (empty).
10 · Approvals — LOAD ERROR (FINDING)
/app/approvals
FINDING: page shows ‘Something went wrong — Could not load approvals’, header reads ‘0 pending’, but the sidebar badge says ‘Approvals 1’. Retry does not recover. Count mismatch + data load failure.
11 · Connections
/app/connections
37 total / 37 active / 0 error. Secret + app cards grid (AI_MATCH_*, APIFY_API_KEY, AWS_* etc.). Renders clean.