You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Reordering course lessons is a challenge. There has to be a nicer way people can do this over the numerical method we have now.
Describe the solution you'd like
Let's add drag and drop lesson reordering in the metabox or some other course organizer screen.
Describe alternatives you've considered
An alternative is do nothing and keep it as is.
Additional context
See also my issue #58 for course sections which could have implications here if you are reordering sections + lessons + moving things between sections.
The text was updated successfully, but these errors were encountered:
…trangerstudios#59
* Add jQuery UI dependency to support drag and drop
* Make Course lessons table rows draggable by calling sortable function from
* Update Course lesson order via AJAX on stop sortable event callback
* Remove Order field
* Get Order from UI when add a new lesson to the course
* Add server side AJAX endpoint to update Course order
* Add better JSON response to show proper notifications to users on AJAX callbacks.
Is your feature request related to a problem? Please describe.
Reordering course lessons is a challenge. There has to be a nicer way people can do this over the numerical method we have now.
Describe the solution you'd like
Let's add drag and drop lesson reordering in the metabox or some other course organizer screen.
Describe alternatives you've considered
An alternative is do nothing and keep it as is.
Additional context
See also my issue #58 for course sections which could have implications here if you are reordering sections + lessons + moving things between sections.
The text was updated successfully, but these errors were encountered: