Skip to content

Commit

Permalink
chore: resolve readthedoc ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 committed Oct 24, 2024
1 parent 9d50388 commit 7497703
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/decisions/0015-default-enrollments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Core requirements
Decision
========
We will implement two new models:
* ``DefaultEnterpriseEnrollmentIntention`` to represent the course/runs that
learners should be automatically enrolled into, post-logistration, for a given enterprise.
* ``DefaultEnterpriseEnrollmentRealization``which represents the mapping between the intention
and actual, **realized** enrollment record(s) for the learner/customer.
* ``DefaultEnterpriseEnrollmentIntention`` to represent the course/runs that learners
should be automatically enrolled into, post-logistration, for a given enterprise.
* ``DefaultEnterpriseEnrollmentRealization`` which represents the mapping between the intention
and actual, **realized** enrollment record(s) for the learner/customer.

Qualities
---------
Expand All @@ -58,6 +58,7 @@ however, we will always discern the correct course run key to use for enrollment

Post-enrollment related models (e.g., ``EnterpriseCourseEnrollment`` and ``DefaultEnterpriseEnrollmentRealization``)
will always primarily be associated with the course run associated with the ``DefaultEnterpriseEnrollmentIntention``:

* If content_key is a top-level course, the course run key used when enrolling
(converting to ``EnterpriseCourseEnrollment`` and ``DefaultEnterpriseEnrollmentRealization``)
is the currently advertised course run.
Expand Down

0 comments on commit 7497703

Please sign in to comment.