Skip to content

Commit

Permalink
feat: update job and student listing sort orders (#692)
Browse files Browse the repository at this point in the history
* order job listing by requisition number

* order student opportunities by postDate desc
  • Loading branch information
dianneweinthal authored Mar 7, 2023
1 parent 388513e commit ab98b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gql/queries/JobOpportunitiesList.gql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ query JobOpportunitiesList {
}
}
}
allJobs: entries(section: "job", staffOrStudentPosition: "careers") {
allJobs: entries(section: "job", staffOrStudentPosition: "careers", orderBy: "jobRequisitionNumber DESC") {
title
summary
... on job_job_Entry {
Expand Down
2 changes: 1 addition & 1 deletion gql/queries/JobStudentOpportunitiesList.gql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ query StudentOpportunitiesList {
}
}
}
allJobs: entries(section: "job", staffOrStudentPosition: "student-opportunities") {
allJobs: entries(section: "job", staffOrStudentPosition: "student-opportunities", orderBy: "postDate DESC") {
title
summary
... on job_job_Entry {
Expand Down

15 comments on commit ab98b94

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640844160058087703698532--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6408ecabe4b8860739277043--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6409958a14f8460703d6b739--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640a3e19eab4bf08ac932ed7--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640ae6ffefe8936154d0f0f5--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640b8f8d29b4bd007dea3509--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640c3846b7b8ed617d3b3a12--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640ce1023b6a785b0ba9f18e--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640d89e43b6a78487aa9ee55--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640e327e07646c471ccc6721--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640edbce1a438e3593297e45--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://640f840a498ce708f0debea8--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://64102d100040806108c701c4--uclalibrary.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://www.library.ucla.edu as production
πŸš€ Deployed on https://6410d5a026b073214154e0e8--uclalibrary.netlify.app

Please sign in to comment.