Files
edx-platform/lms/djangoapps/certificates/README.rst
Deborah Kaplan 7124559906 feat: updating readmes for program/cert/creds apps (#35104)
The LMS `certificates` app `README`  has been, and the
openedx core `credentials` and `programs` READMEs  have been created.
This will clarify not only what the limited responsibilities
of each of these django apps is, but also the way they interact with
each other.

FIXES: APER-2929
2024-07-10 10:34:16 -04:00

22 lines
805 B
ReStructuredText

Status: Maintenance
Responsibilities
================
The Certificates app is responsible for creating and managing course certificates, including
certificate settings, course certificate templates, and generated learner course certificates.
The app includes relevant data models for invalidating certificates and managing the allowlist.
See Also
========
Course Certificates related functionality is scattered across a number of places:
* ``lms/djangoapps/certificates``
* ``openedx/core/djangoapps/credentials``
* ``cms/djangoapps/contentstore/views/certificates.py``
* Various front-end static templates in multiple locations
See also the `credentials service`_, which is the system of record for a learner's Program Certificates.
.. _credentials service: https://github.com/openedx/credentials