Skip to content
Snippets Groups Projects
Unverified Commit 32b70650 authored by Richard I Reilly's avatar Richard I Reilly Committed by GitHub
Browse files

Merge pull request #20658 from edx/rir/readme

Add UML diagram for the ProgramEnrollments Plugin
parents b9c7c10c 712f6fc9
No related branches found
Tags release-2021-06-30-06.16
No related merge requests found
lms/djangoapps/program_enrollments/doc_images/pe_uml.png

44.4 KiB

Program Enrollments
======================
This is the Program Enrollments plugin that allows university partners to
enroll their students in Master's courses on the edx platform.
.. image:: doc_images/pe_uml.png
Considerations:
- ProgramEnrollments
- Must have either user_id or external_user_key or both.
- Valid values for the `status` field:
- `enrolled`
- `pending`
- `suspended`
- `withdrawn`
- ProgramCourseEnrollments
- Valid values for the `status` field:
- `enrolled`
- `pending`
- `suspended`
- `withdrawn`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment