Skip to content

Releases: GCTC-NTGC/gc-digital-talent

Release 2.11.7

30 Aug 19:31
30d7591
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Read more

Release 2.11.5

15 Aug 17:51
Compare
Choose a tag to compare

Highlights

  • Pool Managers can archive closed pools
  • Users table allows filtering by role
  • Add new PoolStream, Access to Information and Privacy (but not an option on Talent Search page)
  • "Placed Casual" applicants can change their availability status
  • Fixed admin drawer on small screens (mobile)
  • UserSkills and ExperienceSkills updated on backend
  • Deleted draft pools will be hard-deleted
  • If PM Classifications are created, their pools will have unique education requirements text

Deployment Instructions

  • Remove FEATURE_APPLICANT_DASHBOARD feature flag
  • Rerun the roles and permissions seeder with php artisan db:seed --class=RolePermissionSeeder
  • Change the following environment variables to empty, if they exist: GCNOTIFY_TEMPLATE_TEST_EMAIL, GCNOTIFY_TEMPLATE_TEST_SMS, GCNOTIFY_TEMPLATE_TEST_BULK_EMAIL, GCNOTIFY_TEMPLATE_TEST_BULK_SMS
  • (Optional) Delete soft-deleted draft pools with php artisan tinker -> Pool::where('published_at', null)->onlyTrashed()->forceDelete()

What's Changed

Dependency Updates

Read more

Release 2.11.4

02 Aug 21:41
Compare
Choose a tag to compare

Adds the Executive Homepage which was meant to be included in 2.11.3.

Release v2.11.3

28 Jul 17:09
54bb6c7
Compare
Choose a tag to compare

Highlights

  • Manager home page
  • Update applicant profile page
  • Add "what to expect" section to job posters

Sprint Report

https://app.zenhub.com/workspaces/gc-digital-talent-6092dc05157fa30010edaef9/reports/burndown?entity=sprints&milestoneId=Z2lkOi8vcmFwdG9yL1NwcmludC8xMDI1MTU5&invite=true

What's Changed

Dependency Updates

Full Changelog

v2.11.2...v2.11.3

v2.11.2

18 Jul 13:11
b6351fc
Compare
Choose a tag to compare

Highlights

  • Application cards have new look with action links depending on the status
  • Requests table has additional columns for JobTitle , Group and level , Stream
  • Notes section for pool candidate table has been added
  • Pool candidate expiry date is no longer automatically set. It has to be set manually.

What's Changed

Full Changelog: v2.11.1...v2.11.2

Release v2.11.1

30 Jun 19:31
56b66de
Compare
Choose a tag to compare

Highlights

  • New Resume and Recruitment Page
  • Profile and applications page update
  • Remove pool candidate details section from print
  • IAP updates
    • IAP application page is now available on crg, crk, ojw languages
    • Update IAP contact Dialog
    • Update IAP Education Requirement Copy

What's Changed

Dependency Updates

Read more

v2.11.0

19 Jun 14:48
b275cdf
Compare
Choose a tag to compare

What's Changed

Read more

v2.10.1

08 Jun 03:07
e26fea2
Compare
Choose a tag to compare

Highlights

  • Hardcoded pool name in the Remove me link in Applicant Dashboard bug is fixed
  • Search by full name on user table is fixed

What's Changed

  • Bump @storybook/addon-links from 7.0.17 to 7.0.18 by @dependabot in #6785
  • [Bug] Fix <TreeView /> story faker seed by @esizer in #6793
  • [Debt] Remove PoolAdvertisement type by @JamesHuf in #6682
  • [Accessibility] External link color contrast by @yonikid15 in #6807
  • [Copy] Change "Duplicate this pool" to "Duplicate job poster" by @yonikid15 in #6801
  • [Fix] Restrict localized messages from packages by @petertgiles in #6800
  • [Accessibility] Fix color contrast errors on all toggle group buttons by @yonikid15 in #6814
  • [Accessibility] Fix color contrast on pool candidate table status column by @yonikid15 in #6811
  • [Debt] Removes FEATURE_ONGOING_RECRUITMENTS flag by @mnigh in #6810
  • [Debt] Enable revamp and test fixes by @vd1992 in #6756
  • [Feature] Updated alert styles by @esizer in #6806
  • [Accessibility] Remove aria-selected attribute from ToggleSelection by @yonikid15 in #6812
  • [Debt] Removes unreferenced code by @mnigh in #6817
  • [Copy] Updates profile page copy to use sentence case by @mnigh in #6808
  • [a11y] Changes primary to primary.dark by @mnigh in #6821
  • [Tooling] Cypress test application revamp by @vd1992 in #6748
  • [Feature] Add pool information section to application snapshot page by @JamesHuf in #6819
  • [Feature] Cypress calls Artisan command by @petertgiles in #6736
  • [Debt] Switch requests table to paginated by @vd1992 in #6803
  • [Fix] Switch to variable strings for pool name by @petertgiles in #6836
  • [Bug] General searching and name by @vd1992 in #6830

Full Changelog: v2.10.0...v2.10.1

Release v2.10.0

02 Jun 15:01
d6c2004
Compare
Choose a tag to compare

Highlights

  • New Application process for the applicants is now live!
  • New dashboard for the applicants to track their applications is now live!
  • Ability to duplicate a job poster for admins
  • IAP dashboard notifications for new application process

What's Changed

  • [Feature] Add axe-linter and configure by @esizer in #6656
  • Feature - 6529 - iap welcome step copy by @yonikid15 in #6545
  • Feature - 6298 - application review page by @yonikid15 in #6600
  • [Feature] add job poster link, team name, dept name, skills into pool cards by @brindasasi in #6586
  • [Feature] Adjust setup script for CI by @esizer in #6708
  • [Feature] Duplicate pool by @esizer in #6675
  • [Feature] Update education requirement for IAP by @esizer in #6668
  • [Feature] IAP dashboard notifications for application revamp by @petertgiles in #6750
  • [Feature] Updated snapshot view by @esizer in #6743
  • [Feature] Add accessibility addon to storybook by @esizer in #6767
  • [Bug] Fix storybook component errors by @esizer in #6666
  • [Bug] Platform admin applicant permission added by @vd1992 in #6653
  • [Bug] Fix language switcher history by @esizer in #6660
  • [Bug] Add charset to restricted page by @petertgiles in #6727
  • [Bug] Fix inconsistent skill accordion colours by @esizer in #6657
  • [Bug] Prevent matchStringCaseDiacriticInsensitive() from crashing for enormous strings by @vd1992 in #6667
  • [Bug] Fix <ul> nested in <p> on the application résumé page by @esizer in #6757
  • [Fix] Fixes typo on education page of application by @mnigh in #6674
  • [Fix] Update link turbo config by @esizer in #6671
  • [Chore] Remove TIMING from lint by @esizer in #6680
  • [Debt] Removes work weekends from Operational Requirements by @mnigh in #6651
  • [Dependency] Upgrades Cypress to version 12 by @mnigh in #6678
  • [Tooling] Resolve testQueryRelationships issue by @vd1992 in #6681
  • [Tooling] exclude generated.ts from problems tab by @yonikid15 in #6706
  • Copy - 6598 - Minimal education requirement by @yonikid15 in #6672
  • [Chore] Add withRoles method to user factory by @esizer in #6663
  • [Copy] Fix your impact copy by @esizer in #6703
  • [Chore] Fix turbo .env cache by @esizer in #6728
  • [Dependency] Updates Storybook to version 7 by @mnigh in #6259
  • [Copy] Updates request response time period by @mnigh in #6744
  • [Fix] Updates date format and related strings by @mnigh in #6746
  • [Fix] Fix step handling on submit by @petertgiles in #6754
  • [Debt] Remove PoolCandidateFilterInput and associated changes by @vd1992 in #6676
  • [Debt] Refactor SearchPools component, adds storybook story by @mnigh in #6755
  • [Fix] Updates copy for GC Digital Talent in French by @mnigh in #6740

Dependency Updates

Full Changelog: v2.9.4...v2.10.0

Release v2.9.4

23 May 13:04
483d150
Compare
Choose a tag to compare

Highlights

  • Skill rank added to Pool Candidate tables
  • Changes to Find Talent page - skill search enabled and context added
  • IAP Application ( behind feature flag)
    • New IAP publishing group available when creating Pools
    • IAP Application uses different theme and banner
    • Copy changes on homepage, welcome step, success page
    • Self Declaration step
    • Profile requires indigenous identity
  • Application Revamp
    • Education Requirement page and Review Application page
  • Job Poster Revamp
  • Bug fix for screening questions blocking application submission on production
  • Removed GenericJobTitles selection from profile completeness check

What's Changed

Dependency Updates

Read more