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

Boolean parameter type #11

Open
stzr1123 opened this issue Jan 18, 2019 · 1 comment
Open

Boolean parameter type #11

stzr1123 opened this issue Jan 18, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@stzr1123
Copy link

stzr1123 commented Jan 18, 2019

Issue ported from parent repository.

Problem

Right now, all variables are just simple Strings. It would be nice to have different types. We can start by adding a boolean variable type.

Solution

Add boolean type to the available parameter types.

The UI should render a checkbox instead of a String field. It should be possible to define the mapping from this checkbox state (e.g. checked -> true, unchecked -> false or checked -> 1, unchecked -> 0).

Take a look at the parameter types wiki to better understand this problem.

@sohaibiftikhar sohaibiftikhar added the enhancement New feature or request label May 30, 2019
@analytically
Copy link

+1

@sohaibiftikhar sohaibiftikhar added the good first issue Good for newcomers label Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants