feat: read extra student profile CSV fields from course other settings#135
Draft
igobranco wants to merge 3 commits intonau/teak.masterfrom
Draft
Conversation
Add monkey-patch that allows to add new fields on the student profile info instructor analytics csv file from other course settings: - Course advanced setting `nau_additional_features_on_instructor_analytics_student_profile_info` selects which extra fields to include per course. - Django allowlist `NAU_ALL_ADDITIONAL_FEATURES_ON_INSTRUCTOR_ANALYTICS_STUDENT_PROFILE_INFO` defines all permitted fields site-wide; unlisted fields are skipped with a warning. fccn/nau-technical#797
Fix the instructor analytics student profile info custom fields by changing the monkey patched edx-platform method. fccn/nau-technical#797
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add monkey-patch that allows to add new fields on
the student profile info instructor analytics csv file from other course settings:
nau_additional_features_on_instructor_analytics_student_profile_infoselects which extra fields to include per course.NAU_ALL_ADDITIONAL_FEATURES_ON_INSTRUCTOR_ANALYTICS_STUDENT_PROFILE_INFOdefines all permitted fields site-wide; unlisted fields are skipped with a warning.fccn/nau-technical#797
Requires this code on the edx-platform: