44Status
55******
66
7- **Draft **
7+ **Provisional **
88
99.. Standard statuses
1010 - **Draft** if the decision is newly proposed and in active discussion
@@ -66,6 +66,10 @@ Model attributes
66663. LearningPathEnrollmentAllowed Model
6767======================================
6868
69+ .. warning ::
70+
71+ The scope of this model is not finalized, so do not implement it yet.
72+
6973Create a new Django model called ``LearningPathEnrollmentAllowed `` to store
7074records of future enrollments to specific Learning Paths. The users may or may
7175not exist in the system yet.
@@ -180,7 +184,7 @@ This API would list all the Learning Path enrollments
180184* of all users, for a staff user
181185
182186+---------------------+-------------------------------------------------------+
183- | API Path | /api/v1/learning-path- enrollment/ |
187+ | API Path | /api/v1/enrollment/ |
184188+---------------------+-------------------------------------------------------+
185189| Methods | GET |
186190+---------------------+-------------------------------------------------------+
@@ -194,7 +198,7 @@ In order for staff to bulk enroll users into learning paths, implement the
194198following API.
195199
196200+---------------------+-------------------------------------------------------+
197- | API Path | /api/v1/learning-path- enrollment/bulk_enroll/ |
201+ | API Path | /api/v1/enrollment/bulk_enroll/ |
198202+---------------------+-------------------------------------------------------+
199203| Methods | POST |
200204+---------------------+-------------------------------------------------------+
0 commit comments