README for certificates
This commit is contained in:
24
lms/djangoapps/certificates/README.rst
Normal file
24
lms/djangoapps/certificates/README.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
==================
|
||||
1
openedx/core/djangoapps/certificates/README.rst
Normal file
1
openedx/core/djangoapps/certificates/README.rst
Normal file
@@ -0,0 +1 @@
|
||||
See ``lms/djangoapps/certificates/README.rst``.
|
||||
Reference in New Issue
Block a user