Files
edx-platform/lms/djangoapps/certificates
uzairr 1f531571ff edX logo is not loading on invalid cert view
edX logo image is not loading on invalid certificate view because
context is not been updated with the logo image for invalid cert view.
To overcome it, context is updated before rendering invalid cert.

PROD-611
2019-08-28 14:37:36 +05:00
..
2019-06-27 12:15:06 +05:00
2019-08-21 16:24:00 +05:00
2019-06-25 15:47:00 +05:00
2019-06-27 12:15:06 +05:00
2019-06-27 12:15:06 +05:00
2019-05-29 02:49:41 -04:00
2019-06-25 15:47:00 +05:00
2019-07-11 10:51:39 +05:00
2019-07-11 10:51:39 +05:00
2019-06-27 12:15:06 +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
==================