Files
edx-platform/lms/djangoapps/certificates
edx-pipeline-bot de5d25eccc Merge pull request #20794 from edx/private_to_public_55dd3e1
Mergeback PR from private to public.
2019-06-11 19:17:13 +05:00
..
2019-05-15 15:58:20 -04:00
2019-05-29 03:15:53 -04:00
2019-05-04 11:35:06 -04:00
2019-05-04 11:35:06 -04:00
2019-05-29 02:49:41 -04:00
2019-05-04 11:35:06 -04:00
2019-02-05 15:15:02 -05:00

Status: Maintenance

Responsibilities
================
The Certificates app is responsible for creating and managing Course-Run certificates, including any relevant data models for invalidating and white-listing users' certificate eligibilities.

Direction: Move and Extract
===========================
Certificates related functionality is scattered across a number of places and should be better consolidated. Today we have:

* ``lms/djangoapps/certificates``
* ``openedx/core/djangoapps/certificates``
* ``cms/djangoapps/contentstore/views/certificates.py``
* Various front-end static templates in multiple locations

Ideally, we want to extract these into the `credentials service`_, which would be ultimately responsible for Course-Run and Program certificates (and possibly other credentials). Right now, the `credentials service`_ only manages Program certificates.

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

Glossary
========

More Documentation
==================