Skip to content

Releases: openedx/completion

0.1.0

21 Mar 15:19
39bddf2
Compare
Choose a tag to compare

Corrects the latest_blocks_completed_all_courses query.

0.0.11

20 Mar 17:06
78e8aa4
Compare
Choose a tag to compare

API endpoint for milestones experiment.

0.0.9

28 Feb 15:05
a0ac2b8
Compare
Choose a tag to compare

Introduces a utilities.py file to completion. The utilities decouple our BlockCompletion model from the methods that use it. Users should rely on the utilities to work with completion data, rather than importing the BlockCompletion model.

0.0.8

27 Feb 18:38
ee87020
Compare
Choose a tag to compare

Adds a BlockCompletion.latest_blocks_completed_all_courses() method.

Completion-by-viewing delay

15 Feb 16:50
a4695aa
Compare
Choose a tag to compare

Add settings and service method for determining completion-by-viewing delay.

Add vertical_is_complete logic to service

13 Feb 21:26
b594006
Compare
Choose a tag to compare
  • Adds CompletionService.vertical_is_complete() method.
  • Supports reliable querying when using usage keys without the course run field as candidates.