Skip to content

Releases: openedx/taxonomy-connector

1.37.1: making sub_category skills to job specific in career tab

11 Apr 10:35
a797c48
Compare
Choose a tag to compare

What's Changed

  • feat: making sub_category skills to job specific in career tab by @jajjibhai008 in #152

Full Changelog: 1.37.0...1.37.1

Added the ability to remove unused jobs from django admin.

31 Mar 10:32
793caac
Compare
Choose a tag to compare

Added the ability to remove unused jobs from django admin.

1.36.3

29 Mar 10:32
Compare
Choose a tag to compare
  • fix: Only create a job if atleast a job related skill exist in database

1.36.2: remove validations on skills in skill quiz

08 Mar 09:48
1b0a0bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.36.1...1.36.2

Index industry data with skills in Algolia.

23 Feb 17:44
eea7cac
Compare
Choose a tag to compare

Add industries field for job objects which should hold skills info for each industry.

1.35.1: ordering in the SkillsQuiz Viewset

10 Feb 10:21
957806a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.35.0...1.35.1

Added logic to avoid 429 errors and handle these errors if they still appear while communicating with LightCast API.

08 Feb 10:22
f8272af
Compare
Choose a tag to compare

Added logic to avoid 429 errors and handle these errors if they still appear while communicating with LightCast API.

1.34.0: similar job recommendations in algolia jobs index

10 Jan 13:22
4987217
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.33.0...1.34.0

feat: refresh_xblock_skills and event handlers for openedx-events

06 Jan 19:09
2922df7
Compare
Choose a tag to compare
feat: refresh_xblock_skills and event handlers for openedx-events (#138)

This commit combines changes implemented in following commits:
- cc1889b6de1f9ed06343bf3cdf2a3c4a9b615565
- ec2a5812b831510970fa1303a2fa90890d21f1b0

The changes were reverted as part of commit
a9994011c3d1acd3bfc2a21acc3cb35b8f5e1536 as the upstream MR in
openedx-events: https://github.com/openedx/openedx-events/pull/143 was
not merged. It is now merged and the dependencies are udpated.

Added log for EMSI client access token and raising error for error status.

05 Jan 13:04
b4228a7
Compare
Choose a tag to compare
Merge pull request #139 from openedx/hammad/ENT-6638

fix: Added log for EMSI client access token.