GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

[Fix] Sort classifications on the job templates page #11715

Closed JamesHuf closed 1 week ago

JamesHuf commented 1 week ago

🤖 Resolves #11657

👋 Introduction

Sorts the classification filter options on the job templates page in ascending order.

🧪 Testing

  1. Update some classifications so the IT classifications returned from this query are out of order
    query classifications {
    classifications {
    group
    level
    }
    }
  2. Visit the job templates page /en/job-templates and confirm the classification filter options are sorted

📸 Screenshot

image