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

Options pack GUI form element #865

Open
scudette opened this issue Jan 9, 2021 · 0 comments
Open

Options pack GUI form element #865

scudette opened this issue Jan 9, 2021 · 0 comments

Comments

@scudette
Copy link
Contributor

scudette commented Jan 9, 2021

Sometimes we need to group together a bunch of settings in a convenient way. For example some artifacts take a huge number of parameters all related together.

This feature request is to define a GUI form type that collapses multiple parameters together. The artifact parameter may be defined as:

parameters:
  - name: MyName
    description: ....
   type: json
   choices:
      - name: First
        type: int
      - name: Second
        description: Some description.

Inside the artifact this should present as a dict that can be accessed as:

SELECT MyName.First FROM ....

The GUI should show a collapsible form group that can be hidden/shown and appear distinct because all these are related.

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

No branches or pull requests

1 participant