Scenario Services Components
light
IScenarioSubmission
IScenarioSubmission combines ISubmissionList , IJobList and IUpload to built a complete file processing dashboard that provides UI to upload, download, list and filter files as well us to run and list file related jobs.
IScenarioSubmission usues global application config to determine the file storage location and the job service to use thus will require authentification to work properly.

Required configuration options:
              scseComponents: {
                files: {
                  url: 'https://something-someting.at/api-path',
                },
                processing: {
                  url: 'https://something-someting.at/api-path',
                },
              }