Files
edx-platform/common/djangoapps/student
Kristin Aoki 456d6c502c fix: Update course preview redirect
This PR changes the preview URL redirect from Studio. Before when a user clicked on the course preview button to check unpublished changes, the preview in the New Experience would show the most recently published version of the course. The unpublished changes that the user was hoping to view are no present. At the moment users have been publishing the content to check it then having to republish the old version if they did not like the changes. As a short-term fix, this PR redirects to the Legacy experience where the preview option previously worked. Now the user can see the unpublished changes. A long-term fix is still being explored. This change will impact the Course Author.
2021-06-21 13:36:21 -04:00
..
2021-06-21 13:36:21 -04:00
2021-03-10 16:17:22 +05:00
2021-02-03 15:29:53 +05:00
2021-03-12 10:25:54 -05:00
2021-03-12 10:25:54 -05:00
2021-03-10 16:17:22 +05:00
2021-06-03 09:38:13 -04:00
2020-03-13 15:14:37 -04:00
2021-03-19 15:22:03 +05:00
2021-03-12 10:25:54 -05:00
2021-03-10 16:17:22 +05:00

Status: Maintenance

Responsibilities
================
The Student app supplements Django's default user information with student-specific information like User Profiles and Enrollments. This has made it a catch all place for a lot of functionality that we want to move into more dedicated places. For instance, while the CourseEnrollment models remain in this app for now, most Enrollment related functionality has already moved to the Enrollment app.

If you are thinking of adding something here, strongly consider adding a new Django app instead. If you are extending something here, please consider extracting it into a separate app.

Intended responsibility: Student dashboard functionality.

Glossary
========


More Documentation
==================

Plugins
-------
Plugin Context view names (see ADR 0003-plugin-contexts.rst):
* "course_dashboard" -> student.views.dashboard.student_dashboard