Skip to content

Release 4396

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 11:02
7b4a439

Trello card

https://trello.com/c/vQCGgTHI/7005-tweak-ordering-on-assessment-only-page-and-internships-page-to-ignore-case

Context

We have recently made a change to allow the upload of Assessment only provider listings, to make future maintenance easier. The upload process lists providers alphabetically within each regional section. However, it currently orders by providers starting with an uppercase letter first, and then lowercase letters later.

Changes proposed in this pull request

Adapted the rake tasks to convert provider value to a string and make it lowercase; this ensures case-insensitive sorting on the the Assessment only page and the Internships page.

Guidance to review