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
This commit is contained in:
Michael Terry
2018-06-08 15:01:42 -04:00
committed by Michael Terry
parent 32649f91d5
commit fd33130d73
16 changed files with 379 additions and 22 deletions

View File

@@ -2,6 +2,6 @@
set -e
export LOWER_PYLINT_THRESHOLD=1000
export UPPER_PYLINT_THRESHOLD=5900
export UPPER_PYLINT_THRESHOLD=3965
export ESLINT_THRESHOLD=5590
export STYLELINT_THRESHOLD=973