Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
32b70650
Unverified
Commit
32b70650
authored
5 years ago
by
Richard I Reilly
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #20658 from edx/rir/readme
Add UML diagram for the ProgramEnrollments Plugin
parents
b9c7c10c
712f6fc9
No related branches found
Branches containing commit
Tags
release-2021-06-30-06.16
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/djangoapps/program_enrollments/doc_images/pe_uml.png
+0
-0
0 additions, 0 deletions
lms/djangoapps/program_enrollments/doc_images/pe_uml.png
lms/djangoapps/program_enrollments/readme.rst
+22
-0
22 additions, 0 deletions
lms/djangoapps/program_enrollments/readme.rst
with
22 additions
and
0 deletions
lms/djangoapps/program_enrollments/doc_images/pe_uml.png
0 → 100644
+
0
−
0
View file @
32b70650
44.4 KiB
This diff is collapsed.
Click to expand it.
lms/djangoapps/program_enrollments/readme.rst
0 → 100644
+
22
−
0
View file @
32b70650
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment