Skip to content

Releases: openedx/xblock-skill-tagging

Replaced NamedAttributesMetaclass with XBlockMixin

23 Apr 14:28
f3c47ca
Compare
Choose a tag to compare

Replaced NamedAttributesMetaclass with XBlockMixin for compatibility with XBlock 3.0

Removed temporary logging

22 Mar 09:51
d402516
Compare
Choose a tag to compare

Removed temporary logging

Pass course key as query param to taxonomy skills api

21 Mar 11:21
21ff174
Compare
Choose a tag to compare

Pass course key as query param to taxonomy skills api

Verification pipeline filter disabled for proctored exam units

18 Mar 09:49
c7d3723
Compare
Choose a tag to compare

Verification pipeline filter disabled for proctored exam units

Removed temporary logs

31 Jan 10:12
e650d68
Compare
Choose a tag to compare

Removed temporary logs from xblock skill verification pipeline

Updated logging and default probability for running the pipeline

29 Jan 10:52
96e6e66
Compare
Choose a tag to compare

Updated logging and default probability for running the pipeline

Updated logging to log aborted cases

25 Jan 15:09
43228d9
Compare
Choose a tag to compare

Updated logging to log aborted cases

Added logs for the skill verification filter pipeline

24 Jan 04:07
cdd89a9
Compare
Choose a tag to compare

Added logs for the skill verification filter pipeline

refactor: call skills api only when required

27 Sep 11:34
436d3cd
Compare
Choose a tag to compare

Gate skills API call behind probablity check to reduce traffic.

Define Metaclass for XblockSkillTagging Mixin

22 Aug 13:19
512c08d
Compare
Choose a tag to compare

Add Metclass to the XblockSkillTagging class.