Files
edx-platform/openedx/core/djangoapps/credentials
Deborah Kaplan 58de0964ca feat: removing visible_date-to-creds updates per-cert (#35113)
* feat: removing visible_date-to-creds updates per-cert

The credentials IDA now relies on  the course certificate configuration
and (if present) `certificate_available_date` for displayability. We no
longer need to send `visible_date` updates for every awarded certificate
when a course  overview changes.
2024-07-17 08:43:12 -04:00
..
2019-12-30 12:25:38 -05:00

Status: Maintenance

Responsibilities
================
The Credentials app is responsible (along with the `programs app`_)
for communicating with the `credentials service`_, which is
the system of record for a learner's Program Certificates, and which (when enabled by the edX
instance) is the system of record for accessing all of a learner's credentials.

.. _credentials service: https://github.com/openedx/credentials

.. _programs app: https://github.com/openedx/edx-platform/tree/master/openedx/core/djangoapps/programs

See Also
========

* ``lms/djangoapps/certificates``
* ``openedx/core/djangoapps/programs``