Added a new endpoint timeline/job-types/ and timeline/recipe-types to support the Gantt Chart Timeline feature of the UI. Each endpoint will execute an optimized query to return the information needed to display the timeline history of the requested jobs or recipe types.
Checklist
manage.py test
passesAffected app(s)
timeline jobs recipes
Description of change
1861 & #1862
Added a new endpoint
timeline/job-types/
andtimeline/recipe-types
to support the Gantt Chart Timeline feature of the UI. Each endpoint will execute an optimized query to return the information needed to display the timeline history of the requested jobs or recipe types.