adaptlearning / adapt_authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
https://www.adaptlearning.org/
GNU General Public License v3.0
513 stars 278 forks source link

Add Preview to courses on Dashboard #2058

Open johnniezen opened 5 years ago

johnniezen commented 5 years ago

Affected Area

Dashboard course setting

Requested Feature

Add Preview to course settings on Dashboard

Use Case

Working on multiple related courses in a team, sometimes you want to see what your co-workers created without really doing anything on that course. At present you need to access that course to have the Preview available. This also touches the date which is not needed, and can lead to confusion in your team.

johnniezen commented 5 years ago

I think the lines from https://github.com/adaptlearning/adapt_authoring/blob/master/frontend/src/modules/contextMenu/index.js#L50 need to be added below https://github.com/adaptlearning/adapt_authoring/blob/master/frontend/src/modules/contextMenu/index.js#L64 but I have not been able to get it to work like this. Must be missing something.