[feat] Added program_uuids to notify_credentials mgmt cmd (#27503)
* [feat] Added program_uuids to notify_credentials mgmt cmd [MICROBA-951] To support updating a users credentials in the Credentials services for all users enrolled in a program we have added a command line argument to the notify_credentials command called program_uuids. This supports a list of program uuids. It will retrieve all course runs in the listed programs and update the related credentials data. * updated comments
Showing
- openedx/core/djangoapps/catalog/api.py 28 additions, 0 deletionsopenedx/core/djangoapps/catalog/api.py
- openedx/core/djangoapps/credentials/management/commands/notify_credentials.py 62 additions, 25 deletions...pps/credentials/management/commands/notify_credentials.py
- openedx/core/djangoapps/credentials/management/commands/tests/test_notify_credentials.py 63 additions, 0 deletions...ials/management/commands/tests/test_notify_credentials.py
Please register or sign in to comment