-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistently layout connections previews on create and change #744
Comments
3 tasks
This was referenced May 8, 2019
barmac
added a commit
that referenced
this issue
May 15, 2019
This was referenced May 15, 2019
philippfromme
pushed a commit
that referenced
this issue
May 17, 2019
philippfromme
pushed a commit
that referenced
this issue
May 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we show minimal
source -> target
connection previews in some places (Connect
,GlobalConnect
). In other places (Reconnect
,Create
#743) we don't show any previews at all.During
Reconnect
we don't apply given layout rules for the connection to be created, changed or moved (#718).Users would benefit from a consistent connection preview, as they could easily understand how a connection would look like and its semantics (i.e. SequenceFlow vs. MessageFlow).
Expected Behavior
{ Create, Connect, GlobalConnect, Reconnect }
Depends on #718
The text was updated successfully, but these errors were encountered: