Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

chore: deprecate learner view #1332

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Conversation

alangsto
Copy link
Contributor

Remove all code associated with the learner view.

@alangsto alangsto force-pushed the alangsto/remove_learner_view branch 6 times, most recently from a30fc86 to 2a34a55 Compare July 13, 2022 14:32
# Some orgs do not wish to allow access to learner analytics.
# See https://openedx.atlassian.net/browse/DENG-536
course_org = CourseKey.from_string(self.course_id).org
if course_org in settings.BLOCK_LEARNER_ANALYTICS_ORG_LIST:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should scrub out this setting later, it exists in edx-internal

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good, I will leave in code that relates to this setting then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created https://github.com/edx/edx-internal/pull/6880 for removing this settings from edx-internal

Copy link
Contributor

@ashultz0 ashultz0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one note for further deprecation cleanup we can do later, this looks good

@alangsto alangsto marked this pull request as ready for review July 18, 2022 12:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants