Give the flowing lanes a Procedure and a Caution lane - #752
Merged
Merged
Conversation
Both stream types were falling into the "Other" catch-all even though neither has a table anywhere else on the page: Procedure is the only signal for what's actually executing inside an open Run, and Caution is the beamline's safety-advisory channel. The activity tail already carries every stream type unfiltered, so this is a client-side mapping change only, no backend or relay change needed. Also catches two leftover "2h"/"last 2 hours" strings in page.html's subtitle and docs/stack/deployment.md that the prior 15-minute-window change missed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ProcedureandCautionstream types out of the "Live activity" flowing timeline's "Other" catch-all into their own named lanes: Procedure is the only signal anywhere on the page for what's executing inside an open Run, and Caution is the safety-advisory channel. No backend/relay change needed, the activity tail already streams every stream type unfiltered.Test plan
infra/status-relay/*.py, docs for stale references.