Operator path
From imported telemetry to stage review
The application is organized as a workstation, not a general dashboard. The user imports telemetry, runs the pressure-budget engine, reviews the queue, and opens a focused stage detail when the queue flags uncertainty or uneven acceptance.
flowchart LR
A[ShearStream telemetry] --> C[Intake normalization]
B[FracBrain stage metadata] --> C
D[CSV or manual fallback] --> C
C --> E[Stage set and configured well]
E --> F[Worker-backed pressure-budget engine]
F --> G[Review Queue]
G --> H[Stage Detail pressure budget]
H --> I[Model Settings only when assumptions need tuning]