Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:SQuaRE
Description
Symptom: jobs are returned in the wrong order from the job api endpoint
Cause: ordering is done by 'ci_id' which is a CharField in the Job model, fix that to have proper numerical ordering when returning jobs from the API. Write a test for that.
Jobs api now return jobs ordered by date.