Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add enrollment_date and custom fields to profile data csv backport PR openedx/edx-platform#32216 #11

Conversation

igobranco
Copy link
Member

@igobranco igobranco commented May 11, 2023

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, select Data download and then click on the button Download 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:

make dev.shell.lms
cat /tmp/edx-s3/grades/bb6d638a296059742509a0d319ddf8456b6dbf9a/edX_DemoX_Demo_Course_student_profile_info_2023-05-09-1149.csv

Deadline

ASAP, to make INA partner extract information on self service mode.

Other information

None

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
@igobranco igobranco self-assigned this May 11, 2023
@igobranco igobranco merged commit 69442c8 into nau/lilac.master May 11, 2023
@igobranco igobranco changed the title feat: add enrollment_date and custom fields to profile data csv backport openedx/edx-platform#32216 feat: add enrollment_date and custom fields to profile data csv backport PR openedx/edx-platform#32216 May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant