-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add enrollment date and custom fields to students profile information CSV #282
Comments
Thanks for your submission, @openedx/open-edx-project-managers will review shortly. |
Description Additionally, another improvement has been implemented on the same use case. That allows site operators to include on the export 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. The pull request has impact on the use case: LMS > Course > Instructor > Data download > Download profile information as a CSV Supporting information Testing instructions 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 |
Hi @spencertiberi! Just seeing if you've had a chance to take a look at this? |
Hi! So for clarity sake, this doesn't change permissions in anyway, no? Are there any added PII concerns? And how are the custom fields configured? |
@spencertiberi No it doesn't change the permissions in anyway. By default it will add the enrollment_date of the student to the students profile information CSV. Given the fact that the CSV already has more sensive PPI in it, I think the enrollment date is irrelevant. To add more custom fields to the CSV, you need to change your site configuration settings:
And add that attribute to the Please view this comment on the PR that explains on how to do this: |
@spencertiberi This looks ok to me. The profile already contains other timestamp related information such as last login, and I think enrollment date would fall under the same umbrella. If we don't hear back from you by Dec 20, we'll assume this is approved. |
@jmakowski1123 I see this is tagged as "needs product review" - should it perhaps be moved to "product review done"? EDIT: |
Abstract
For Contributing Author:
This is the Primary Product Ticket for the following community contribution: Add enrollment date and custom fields to students' profile information
Checklist prior to undergoing Product Review:
The following information is required in order for Product Managers to be able to review your pull request:
Only if necessary:
Related PRs
For Product Manager doing the review:
What criteria should be analyzed from Product to approve a PR?
The text was updated successfully, but these errors were encountered: