Skip to content

Commit 12fbd5c

Browse files
committed
docs: mark ADR 003 provisional; adds implementation warning
1 parent 06d669b commit 12fbd5c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/decisions/0003-learning-path-enrollment-api.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Status
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
6666
3. LearningPathEnrollmentAllowed Model
6767
======================================
6868

69+
.. warning::
70+
71+
The scope of this model is not finalized, so do not implement it yet.
72+
6973
Create a new Django model called ``LearningPathEnrollmentAllowed`` to store
7074
records of future enrollments to specific Learning Paths. The users may or may
7175
not 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
194198
following 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

Comments
 (0)