RakipInitiative / ModelRepository

Joint project of EFSA, Federal Institute For Risk Assessment, DTU and ANSES to create a online model repository.
GNU General Public License v3.0
2 stars 0 forks source link

Feature: Simulation Configurator allows to add FILE parameters #415

Open schuelet opened 2 years ago

schuelet commented 2 years ago

The Simulation Configurator allows to change values of given parameters to create new simulation scenarios. If a parameter is declared as FILE, there should be a way to change the value (i.e. file name) so that the new simulation scenario works with a new file.

Best would be a button to browse and select the file. Alternatively, the user enterns a path to file on the current file system and on the Java side that path is resolved and registered by the e.g. the AddedFilesEnvironmentManager.

schuelet commented 2 years ago

@ahmadswaid As discussed in our meeting on 24th,October, we plan to have a JavaScript solution for the Server and a file path solution for local KNIME. The online solution will be similar to that of the Editor node. The local solution will allow the user to enter the complete path to the file, whereas on execution of the Simulation Configurator, the Java backend will copy the file(s) into the appropriate EnvrionmentManager class.