Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PADV 1276 - Move edx-platform changes to our repository #123

Merged
merged 1 commit into from
May 24, 2024

Conversation

alexjmpb
Copy link

Ticket

https://agile-jira.pearson.com/browse/PADV-1276

Description

This PR aims to add the changes made by Racoongang to our edx-platform repository. These changes include adding the following openedx-events triggers:

  • COURSE_PASSING_STATUS_UPDATED
  • CCX_COURSE_PASSING_STATUS_UPDATED

Changes made

Cherrypick the follwing commits from the branch aci.main on https://github.com/raccoongang/edx-platform.

Note that the changes related to configuring the event bus are out of the scope of this PR, these changes will be implemented later based on the results of PADV-1228.

How to test?

  • Setup devstack
  • Checkout to this branch
  • Run make requirements inside of a lms shell
  • In a plugin like pearson-core, add a openedx-events receiver for the signal openedx_events.learning.signals.COURSE_PASSING_STATUS_UPDATED.
  • Configure grading for a course.
  • Verify that when the score of a learner is updated the signal receiver is triggered.
  • Repeat but now with openedx_events.learning.signals.CCX_COURSE_PASSING_STATUS_UPDATED.

@alexjmpb alexjmpb merged commit 4ed5d0e into pearson-release/olive.stage May 24, 2024
5 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants