Saga diagram: Navigate to timeout message #2364
Merged
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.
Feature: Timeout Navigation in Saga Diagram
Rule: Clicking on a processed timeout message navigates to its corresponding incoming timeout message
EXAMPLE: User clicks on a timeout message that has been processed
Given a saga with an outgoing timeout message that has been processed
When the user clicks on the timeout link
Then the page scrolls to the corresponding incoming timeout message
And the incoming timeout message is highlighted with a blinking animation
Rule: Timeouts that have not been processed yet are displayed as non-clickable text
EXAMPLE: User views a timeout message that has not been processed yet
Given a saga with an outgoing timeout message that has not been processed
When the user views the saga diagram
Then the timeout message is displayed as non-clickable text
Rule: Only one timeout message can be highlighted at a time
EXAMPLE: User clicks on multiple timeout messages sequentially
Given a saga with multiple outgoing timeout messages that have been processed
When the user clicks on one timeout message and then another
Then only the most recently clicked timeout message is highlighted
And the previously highlighted timeout message is no longer highlighted