Allow admins to assign an order to a lesson, to determine what order to display them in.
This will probably involve adding a lessonIndex field to each Lesson, and sorting the lessons based on that field within the All Lessons page or the Lesson sidebar.
We should be able to change lessonIndex from within the Edit Lesson page, which should trigger a function that re-indexes all the other Lessons as necessary.
Allow admins to assign an order to a lesson, to determine what order to display them in.
This will probably involve adding a
lessonIndex
field to each Lesson, and sorting the lessons based on that field within the All Lessons page or the Lesson sidebar.We should be able to change
lessonIndex
from within the Edit Lesson page, which should trigger a function that re-indexes all the other Lessons as necessary.