Files
edx-platform/openedx/core/djangoapps/programs
Brian Mesick e478975105 chore: Add missing PII annotations, update safelist
PII Annotations are very out of date, this commit adds most that were
missing in edx-platform, and some additional annotations to the
safelist. It is not comprehensive, several other upstream Open edX
packages also need to be updated. It also does not include removing
annotations that have been moved upstream, or been removed entirely.
Those are separate follow-on tasks.
2024-11-05 12:58:36 -05:00
..
2023-09-01 14:41:34 -04:00

Status: Maintenance

Responsibilities
================
The Programs app is responsible (along with the `credentials 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.

It also hosts program discussion forum and program live configuration.

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

.. _credentials app: https://github.com/openedx/edx-platform/tree/master/openedx/core/djangoapps/credentials

See Also
========

* ``lms/djangoapps/learner_dashboard/``,  which hosts the program dashboard.
* ``openedx/core/djangoapps/credentials``