ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

Service that creates in the workbenk an editable table with parameter names and values #1621

Open AntoninoMarioC opened 3 weeks ago

AntoninoMarioC commented 3 weeks ago

Describe the user role As a user, I would like to have a service that opens in the workbench an editable table to allow the definition of parameters names and assigned values. The output of the service can be a text file with parameters names and assigned values, that the user can inport into other services and use (e.g. Python runners or notebools, etc.). At the moment, this can be done only by creating a file picker, creating the file outside of osparc, uploading and downloading the file continuously.... The user should be able to define the number of parameters, the name of the parameter, its type (real value, integer, string).

Describe the goal To improve the interactivity of OSPARC and speedup the work, including testing

newton1985 commented 3 weeks ago

@AntoninoMarioC, do you envision something like this?

Picture1

newton1985 commented 3 weeks ago

The "Config" service contains a json with parameters and associated values that gets passed to 6 services.

AntoninoMarioC commented 3 weeks ago

@newton1985 somehow yes, but with a popup window or editable table visible and editable in the workbench, no files that need to be updated elsewhere

JavierGOrdonnez commented 3 weeks ago

@wvangeit just experimented with such a thing for his ParallelRunner (in which the config is provided through an interactive HTML table). However, I dont know if it would be possible to add new parameters (eg HTML fields) interactively with his framework.

Otherwise, I will ask the devs.