-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrades platform-plugin-aspects and enables Instructor Dashboard plugin #642
Conversation
and updates variables accordingly
which configures the Instructor Dashboard plugin filter when enabled
Thanks for the pull request, @pomegranited! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
tutoraspects/plugin.py
Outdated
@@ -41,7 +41,7 @@ | |||
( | |||
"OPENEDX_EXTRA_PIP_REQUIREMENTS", | |||
[ | |||
"platform-plugin-aspects==0.2.0", | |||
"git+https://github.com/openedx/platform-plugin-aspects.git@jill/migrate-xblock#egg=platform-plugin-aspects==0.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: update after openedx/platform-plugin-aspects#7 merged
* changed default to True * avoid overwriting existing OPEN_EDX_FILTERS_CONFIG
3e15b29
to
7648807
Compare
287163a
to
9ffd73f
Compare
@pomegranited 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
Updates the dependencies and settings related to openedx/platform-plugin-aspects#7
Testing instructions
tutor config save -s ASPECTS_INSTRUCTOR_DASHBOARD_UUID=a4472382-0cb4-4874-8fd9-5eb42aadbf11
openedx-dev
if running Tutor dev):tutor images build openedx --no-cache
tutor [dev|local] stop lms cms lms-worker cms-worker && tutor [dev|local] start -d lms cms lms-worker cms-worker
"superset"
to the Settings > Advanced Settings > Advanced Module ListEnsure that it renders in Studio.
In LMS:
Instructor Dashboard:
disabledenabled by default by visiting the LMS Instructor Dashboard. Should be an "Aspects" tab that displays the configured ASPECTS_INSTRUCTOR_DASHBOARD_UUID.tutor config save -s ASPECTS_ENABLE_INSTRUCTOR_DASHBOARD_PLUGIN=False