ngageoint / scale

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

Add is_system to job_type under the /jobs endpoint response #1843

Closed emimaesmith closed 4 years ago

emimaesmith commented 4 years ago

Pain Point? Please describe. The /jobs endpoint includes basic job_type data, but does not include the is_system flag. It would be helpful to add this to the serializer so the UI can report on how many jobs are system vs user jobs.

Desired Solution Update the JobTypeBaseSerializer to include is_system as a returned field.

Alternative / Workaround Have to make a separate call to the job type to get the desired information.