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

Create a UI for parameterizing the piling config #48

Open
flekschas opened this issue Nov 14, 2019 · 1 comment
Open

Create a UI for parameterizing the piling config #48

flekschas opened this issue Nov 14, 2019 · 1 comment
Labels
new feature Coding: new feature or enhacement

Comments

@flekschas
Copy link
Owner

This is related to #46 and #47

Once we can import/export the piling config and we have defined the properties of the piling config we can easily build a UI for exploring the parameter space.

To do this efficiently, we can loop over the JSON schema and depending on the data type generate UI elements.

For example:

  • for numerical values, we can create a slider
  • for short string values, we can create a 1-line text input element
  • for long string values, we can create a text area
  • for categorical string values with 3 or fewer categories, we can create radio buttons
  • for categorical string values with 4 or more categories, we can create a drop-down menu
  • for boolean values, we can create a checkbox
@flekschas flekschas added the new feature Coding: new feature or enhacement label Nov 14, 2019
@flekschas
Copy link
Owner Author

Partially addressed in #51

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Coding: new feature or enhacement
Projects
None yet
Development

No branches or pull requests

1 participant