Skip to content

Releases: edx/learner-pathway-progress

Added management command to update LearnerPathwayProgress

19 Jun 09:16
5f6321e
Compare
Choose a tag to compare

Added management command to update LearnerPathwayProgress

Delete the progress and membership to repopulate tables

11 Oct 08:41
8cf8fba
Compare
Choose a tag to compare

What's Changed

  • feat: Delete data from LearnerEnterprisePathwayMembership and LearnerPathwayProgress tables by @bilaltahir21 in #16

New Contributors

Full Changelog: 1.3.2...1.3.3

Added enterprise with learner pathway membership

12 Sep 06:28
85caef9
Compare
Choose a tag to compare

Added enterprise with learner pathway membership

Removed default attribute from `LearnerPathwayProgress.learner_pathway_uuid` field. This field must be provided at the time of instance creation.

02 Sep 09:34
9a33092
Compare
Choose a tag to compare

Removed default attribute from LearnerPathwayProgress.learner_pathway_uuid field. This field must be provided at the time of instance creation.

Added api endpoints for LearnerPathwayProgress

12 Aug 11:12
bf05969
Compare
Choose a tag to compare

Added endpoint to get all LearnerProgressPathways associated with currently logged-in user. Filtering on the basis of one or more UUIDs is also supported.

Update the pathway progress type

14 Jul 11:05
8174bb4
Compare
Choose a tag to compare
1.2.3

fix: Update the pathway progress type (#11)

Added waffle flag on the top of signals code

07 Jul 10:08
abd1935
Compare
Choose a tag to compare
1.2.2

feat: added waffle flag on the top of signals (#9)

Update signal to accept CourseLocator as course_key

28 Jun 10:00
63f0449
Compare
Choose a tag to compare
1.2.1

refactor: Update signal to accept CourseLocator as course_key (#8)

Add management command and signal to update learner pathway progress and membership.

12 Jun 14:32
a3a4e05
Compare
Choose a tag to compare
1.2.0

feat: Added management command to fill learner membership and program…

rectified version, package name and added chanagelog

01 Jun 11:18
f526bb8
Compare
Choose a tag to compare
  • fixed version in init.py
  • changed name of package in setup.py file
  • added changelog