Skip to content
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

[Feature] Workflow node name display optimization #1086

Closed
2 tasks done
wxyn opened this issue Jul 11, 2023 · 1 comment
Closed
2 tasks done

[Feature] Workflow node name display optimization #1086

wxyn opened this issue Jul 11, 2023 · 1 comment
Labels

Comments

@wxyn
Copy link
Contributor

wxyn commented Jul 11, 2023

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

The current workflow node displays a maximum of 12 characters. You can view more characters only by enlarging the workflow.

Current workflow situation

  1. The workflow structure is complex and the number of nodes is large
  2. Workflow node names are long (40+ characters)

Detailed description

  1. There are a lot of workflow nodes (hundreds) in the stock of work flow, and the current connection is unformatted (formatting will put the table of the same level in one row, which may lead to a very wide width of the entire workflow, which is inconvenient to query).
  2. Many nodes are named after the specification of the topic domain _ layer _ number _xxx.

analyze
Do not change the maximum width of the current node as much as possible: for some complex workflows, node positions and connections are manually dragged by users, if the default node width is increased, the node positions in the inventory of workflows may coincide;

Description

Increase the number of characters displayed without adjusting the width of the default workflow nodes.

The current workflow nodes A,B,C three parts can display more characters, where the C part needs to be reserved for the icon of the execution state. Therefore, you can use parts A and B to show as many characters as possible.
(The width of each character is different, so the number of displayed characters cannot be clearly given)
image

Use case

No response

solutions

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@wxyn wxyn added the enhancement New feature or request label Jul 11, 2023
@zqburde
Copy link
Contributor

zqburde commented Aug 9, 2023

Add it in DSS1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants