Add initial grade signaling
Tells the Credential service about user grades when a cert is awarded or a grade for a course with an awarded cert changes. LEARNER-5051
Showing
- lms/djangoapps/courseware/tests/test_views.py 1 addition, 1 deletionlms/djangoapps/courseware/tests/test_views.py
- lms/djangoapps/grades/tests/test_course_grade_factory.py 4 additions, 4 deletionslms/djangoapps/grades/tests/test_course_grade_factory.py
- lms/djangoapps/grades/tests/test_tasks.py 10 additions, 10 deletionslms/djangoapps/grades/tests/test_tasks.py
- openedx/core/djangoapps/credentials/admin.py 1 addition, 1 deletionopenedx/core/djangoapps/credentials/admin.py
- openedx/core/djangoapps/credentials/apps.py 20 additions, 2 deletionsopenedx/core/djangoapps/credentials/apps.py
- openedx/core/djangoapps/credentials/models.py 0 additions, 1 deletionopenedx/core/djangoapps/credentials/models.py
- openedx/core/djangoapps/credentials/signals.py 89 additions, 0 deletionsopenedx/core/djangoapps/credentials/signals.py
- openedx/core/djangoapps/credentials/tasks/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/credentials/tasks/__init__.py
- openedx/core/djangoapps/credentials/tasks/v1/__init__.py 0 additions, 0 deletionsopenedx/core/djangoapps/credentials/tasks/v1/__init__.py
- openedx/core/djangoapps/credentials/tasks/v1/tasks.py 53 additions, 0 deletionsopenedx/core/djangoapps/credentials/tasks/v1/tasks.py
- openedx/core/djangoapps/credentials/tests/factories.py 0 additions, 2 deletionsopenedx/core/djangoapps/credentials/tests/factories.py
- openedx/core/djangoapps/credentials/tests/test_models.py 3 additions, 0 deletionsopenedx/core/djangoapps/credentials/tests/test_models.py
- openedx/core/djangoapps/credentials/tests/test_signals.py 133 additions, 0 deletionsopenedx/core/djangoapps/credentials/tests/test_signals.py
- openedx/core/djangoapps/credentials/tests/test_tasks.py 62 additions, 0 deletionsopenedx/core/djangoapps/credentials/tests/test_tasks.py
- openedx/core/djangoapps/credentials/tests/test_utils.py 2 additions, 0 deletionsopenedx/core/djangoapps/credentials/tests/test_utils.py
- scripts/thresholds.sh 1 addition, 1 deletionscripts/thresholds.sh
Please register or sign in to comment