This website requires JavaScript.
Explore
Help
Sign In
Andal.LND
/
edx-platform
Watch
6
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
483e654fcf6bd2cfd2730bac6f0efbad76216eaa
edx-platform
/
lms
/
djangoapps
/
program_enrollments
/
api
/
v1
History
Alex Dusenbery
70e2aaa95b
EDUCATOR-4543 | Add utility functions to the catalog module that picks out all of the course_runs associated with a program, even those that live inside the curriculum of a sub-program. Use these functions to populate the course -> program index of the catalog/programs cache. Also some refactoring of a program_enrollments overview endpoint.
2019-08-05 11:30:19 -04:00
..
tests
EDUCATOR-4543 | Add utility functions to the catalog module that picks out all of the course_runs associated with a program, even those that live inside the curriculum of a sub-program. Use these functions to populate the course -> program index of the catalog/programs cache. Also some refactoring of a program_enrollments overview endpoint.
2019-08-05 11:30:19 -04:00
__init__.py
Add a GET API endpoint for program enrollments.
2019-05-01 11:35:38 -04:00
constants.py
Add put endpoint for program enrollments, rework program enrollment view
2019-07-01 09:33:30 -04:00
serializers.py
Add put endpoint for program enrollments, rework program enrollment view
2019-07-01 09:33:30 -04:00
urls.py
Add endpoint for checking learner program enrollments
2019-05-23 10:37:13 -04:00
views.py
EDUCATOR-4543 | Add utility functions to the catalog module that picks out all of the course_runs associated with a program, even those that live inside the curriculum of a sub-program. Use these functions to populate the course -> program index of the catalog/programs cache. Also some refactoring of a program_enrollments overview endpoint.
2019-08-05 11:30:19 -04:00