nlesc-sherlock / Rig

Apache License 2.0
0 stars 0 forks source link

Automatically fill in arguments of block by selection #11

Open dafnevk opened 8 years ago

dafnevk commented 8 years ago

Some parameters of blocks might be filled in based on which columns, rows, fields or tokens are selected.

First, we need to define the api for this: in the metadatajson, there could be for example a field "input_columns" and these are then no longer part of the arguments.

Then we implement the logic that these 'special' arguments are automatically filled if possible, and otherwise there still is a field for data input.