feat: add enrollment_date and custom fields to profile data csv backport PR openedx/edx-platform#32216 #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Back port openedx/edx-platform#32216 to fccn/edx-platform on nau/lilac.master branch.
Add
enrollment_date
column on the csv file of all students enrolled in a course.Allow site operators to include on the export of profile information as CSV custom fields if the platform has an extending User model. This can be used if you have an extended model that include for example an university student number and site operator want to export the student number on the student profile information CSV.
GN-914
Supporting information
openedx/edx-platform#32216
Older prototipo: #5
Testing instructions
LMS > Course > Instructor > Data download > Download profile information as a CSV
Open a course on the LMS, open the
Instructor
tab, selectData download
and then click on the buttonDownload profile information as a CSV
. If you are running on the Devstack the exported file should be on the/tmp/edx-s3
folder inside the LMS container.Example:
Deadline
ASAP, to make INA partner extract information on self service mode.
Other information
None