scailfin / flowserv-core

Reproducible and Reusable Data Analysis Workflow Server
MIT License
2 stars 1 forks source link

Add parameter declarations for List and Record #73

Closed heikomuller closed 3 years ago

heikomuller commented 3 years ago

Add parameter declaration classes that represent lists of parameters and records of parameters. A record is a dictionary of parameters.

heikomuller commented 3 years ago

For numeric parameters we could adopt the parameter model of Click for IntRange and FloatRange.

heikomuller commented 3 years ago

Closed with PR #74