Files
edx-platform/openedx/core/djangoapps/demographics
Matt Tuchfarber 3cea568719 Fix variable reuse bug in program enrollment check
Reuse of the variable paid_modes was causing the code to follow an
incorrect path. Changed the filtering version of the variable to
paid_modes_only. Had to keep both variables temporarily until I can fix
plugin code that uses this API.
2020-09-09 14:05:48 -04:00
..

Status: Active

Responsibilities
================
The Demographics app is an application to support the Demographics feature set
and IDA. It serves as the access point for demographics related status.

Direction: Decompose
===============
This app may be removed in the future as the Demographics feature set expands
to a larger set of users. It is not recommended that new features are added
here at this time.

Glossary
========
IDA: Independently Deployable Application

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