GEO-BON / bon-in-a-box-pipeline-engine

Pipeline engine that can run R, Julia, Python and shell scripts seamlessly.
GNU General Public License v3.0
3 stars 1 forks source link

Options input variable dropdown with variable list of option #162

Open jmlord opened 1 day ago

jmlord commented 1 day ago

An options input currently allows for a list of predefined options.

Sometimes, the list would benefit from being linked to an external source. For example, the years that can be selected as an input could be linked to the items on a STAC. This way, the input values would update as soon as the collection is updated.

Workaround to allow an updatable list : use a text box where the user types the input, with a link to the possible values in the description.

From a conversation with @Oselmoni, @ihelfens and @simonrabenmeister.