Releases: openedx/taxonomy-connector
Releases · openedx/taxonomy-connector
Remove all the usages of old `course_id` field including the column definition in `CourseSkills` model.
Remove all the usages of old course_id field including the column definition in CourseSkills model.
Replace the usages of old `course_id` in `CourseSkills` with the new `course_key` field.
Replace the usages of old course_id in CourseSkills with the new course_key field.
Added a new field named `course_key` in `CourseSkills` model to deprecate and replace the old `course_id` field in future.
Added a new field named course_key in CourseSkills model to deprecate and replace the old course_id field in future.
Handled edge cases in `refresh_course_skills` command.
Merge pull request #53 from edx/hammad/ENT-4202 ENT-4202 | Handled edge cases in `refresh_course_skills` command.
Updated logging
Merge pull request #52 from edx/hammad/ENT-4202 ENT-4202 | Updated logging.
Added --all param in refresh_course_skills command
added --all param to refresh_course_skills command to backup course_skills.
added management command `populate_job_names`
Merge pull request #49 from edx/hammad/ENT-4108 ENT-4108 | added management command `populate_job_names`
Added description field in Skill model
- Added description field in Skill model and update the refresh_course_skill command to save skill description.
- Pinning EMSI skills API version to 7.35
Updated refresh_job_skill and refresh_job_postings command
- Updated refresh_job_skill command to get jobs related only to skills that are in our system
- Updated refresh_job_postings command to get job_posting only related to job we already have in our system.
- Added constrains on the Job, Skill, JobPostings, CourseSkill and JobSkill table.
- Added migration to remove all previous taxonomy data.
- Added utility to chuck the queryset provided.
1.3.6
Remove caching from EMSI API client