jazkarta / edx-platform

the edX learning management system (LMS) and course authoring tool, Studio
http://code.edx.org/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Update all coach dashboard views #89

Closed cewing closed 9 years ago

cewing commented 9 years ago

When the coach_dashboard decorator is updated, fix the all coach dashboard views appropriately.

cewing commented 9 years ago

@pdpinch: I am transcribing tasks for ccx id update into issues.

cewing commented 9 years ago

In progress, partially completed.

cewing commented 9 years ago

The sole remaining issue is viewing/downloading the student gradebook. There appears to be a problem with doing so when viewing a course with a new-style CourseKey id. I have sent an email to @cpennington and @dormsbee to seek assistance in resolving that problem.

@pdpinch can you answer this question:

Should viewing a ccx coach dashboard view without having an active CCX raise an error, or redirect to another view (say perhaps the info view for the course provided as part of the view call)

pdpinch commented 9 years ago

As discussed a 404 is the appropriate response.

cewing commented 9 years ago

This has now been implemented.