Releases: edx/learner-pathway-progress
Releases · edx/learner-pathway-progress
Added management command to update LearnerPathwayProgress
Added management command to update LearnerPathwayProgress
Delete the progress and membership to repopulate tables
What's Changed
- feat: Delete data from LearnerEnterprisePathwayMembership and LearnerPathwayProgress tables by @bilaltahir21 in #16
New Contributors
- @bilaltahir21 made their first contribution in #16
Full Changelog: 1.3.2...1.3.3
Added enterprise with learner pathway membership
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.
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
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
1.2.3 fix: Update the pathway progress type (#11)
Added waffle flag on the top of signals code
1.2.2 feat: added waffle flag on the top of signals (#9)
Update signal to accept CourseLocator as course_key
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.
1.2.0 feat: Added management command to fill learner membership and program…
rectified version, package name and added chanagelog
- fixed version in init.py
- changed name of package in setup.py file
- added changelog