ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

#1859 Add input file info to /jobs API #1860

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago
Checklist

Affected app(s)

job

Description of change

1859

Updated the JobSerializerV6 to include an input_files JSON field that lists all input file names for each input in the format:

{
   "input_files": {"INPUT_FILE": ["file1-name.filext"], "INPUT_FILE_2": ["file2-name.filext", "file3-name.filext"]}
   ...
}

This change allows the input file list to be displayed in the Jobs table to satisfy the requirements of https://github.com/ngageoint/scale-ui/issues/414