Conversation
satyakris
force-pushed
the
fix/subsystem-internals
branch
from
September 16, 2026 02:47
2d4472f to
66dd4f6
Compare
Edit the use case visualizer design/documentation to add details about the subsystem boundary view which is shown when a user double clicks or drills down into a subsystem. Signed-off-by: Satya Krishna Pindiproli <satyak@qti.qualcomm.com>
satyakris
force-pushed
the
fix/subsystem-internals
branch
from
September 16, 2026 05:39
66dd4f6 to
7102cea
Compare
ramesh521
reviewed
Sep 16, 2026
ramesh521
reviewed
Sep 16, 2026
Add the scoped subsystem boundary LevelView contract, inner-link adapter, enclosing layout, runtime resizing, and boundary renderer with focused regression coverage. Signed-off-by: Satya Krishna Pindiproli <satyak@qti.qualcomm.com>
Carry rendered endpoint roles through context-menu connections while preserving domain port direction and subsystem-aware APIs. Signed-off-by: Satya Krishna Pindiproli <satyak@qti.qualcomm.com>
Guard active boundary structure while preserving child navigation, port and edge editing, and subsystem link operations. Signed-off-by: Satya Krishna Pindiproli <satyak@qti.qualcomm.com>
A boundary port's handle position matches its physical side on the enclosing frame, but its real counterpart always sits on the interior side of that same edge under the rendered-role inversion. Feeding the raw Position into getBezierPath computed the curve on the wrong side, looping the edge back into the frame with the arrowhead pointing away from its counterpart. resolveDataEdgePositions mirrors only the boundary endpoint's Position before calling the bezier helper, and getBoundaryAwareBezierPath floors the control-point offset at that same endpoint so the curve departs the port instead of hugging it. DataLinkEdge and the new BoundaryAwareConnectionLine (the in-progress connection preview) both apply the same fix, since the live line otherwise looped back until the mouse was released even though the finished edge already rendered correctly. Signed-off-by: Satya Krishna Pindiproli <satyak@qti.qualcomm.com>
satyakris
force-pushed
the
fix/subsystem-internals
branch
from
September 16, 2026 08:42
7102cea to
d8d5d62
Compare
ramesh521
approved these changes
Sep 16, 2026
ramesh521
merged commit Sep 16, 2026
24cf754
into
AudioReach:feature/use-case-designer
16 checks passed
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
Validation