feat(ui): refresh control surface for Stepbit and execution venues#137
Merged
feat(ui): refresh control surface for Stepbit and execution venues#137
Conversation
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
This PR refreshes the local QuantLab UI so it reflects the system direction more faithfully.
Changes included:
stepbit-appandstepbit-corereposWhy
QuantLab has moved beyond a
Stage C.1-only dashboard.The repo now includes:
The previous UI still read mainly like a paper-ops overlay on top of the research registry. This PR closes that gap and makes the local preview feel much closer to the future QuantLab surface without pretending runtime control already exists.
Scope
This PR does not:
The UI remains intentionally read-only and artifact-driven.
Validation
Validated with:
node --check research_ui/app.jspython -m py_compile research_ui/server.pypython -m pytest -q test/test_research_ui_server.pygit diff --checkNotes
stepbit-appandstepbit-core, so the Stepbit boundary panel now reflects the real workspace rather than a placeholder conceptCloses #136