Instructor Dashboard v2 (disabled) - #322
Merged
Merged
Conversation
Contributor
Author
|
@jkarni removed fixture scripts |
Contributor
There was a problem hiding this comment.
This docstring needs more detail. What are the types of the arguments? (e.g. is course_id an integer? A string?). What keys are expected in the returned dict?
added 23 commits
August 2, 2013 09:52
…-instructoring themselves, rename mode to action for access
…l, add slick grid refresh
…andling, fix forum access modification permissions
Contributor
|
👍 Good job! |
mlsteele
added a commit
that referenced
this pull request
Aug 2, 2013
Instructor Dashboard v2 (disabled)
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
…style Added fix for videos start to zero out colors and mit styles
diegomillan
referenced
this pull request
in eduNEXT/edx-platform
Sep 14, 2016
…est-fix Improve cohort test
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
…end-maple Add a task to send course strings to the Meta Server after every translated rerun
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.
This is a refactor and reorganization of the existing instructor dashboard. The previous dashboard still works and its view has been moved to legacy.py
The v2 dashboard is disabled by default under the ENABLE_INSTRUCTOR_BETA_DASHBOARD feature flag. When enabled, it is linked to from the current dashboard.
Features:
The v2 dashboard has reached almost-parity.
To get a sense for what is implemented, see these screenshots
https://edx-wiki.atlassian.net/wiki/pages/viewpage.action?pageId=27329769
Testing:
The views and json api are NOT tested. The views will definitely change soon (v3), the json api may change.
Modules one level back from views and api have unit tests.
@wedaly does this seem like the right approach?
This is a wiki page with a few notes on enabling the dashboard and its module organization.
https://edx-wiki.atlassian.net/wiki/pages/viewpage.action?pageId=28049502
Feature flag:
The purpose of this pull request is to socialize the v2 dashboard to other people working on the dashboard ( @brianhw )
Below are tasks to be done before flipping the switch on the v2 feature flag
@jkarni , I addressed many of your comments on the other PR (edx#279).
Reviewers:
@wedaly
@markchang