celinaberg / BitFit

An app designed to help students learn to write and read C code.
MIT License
0 stars 0 forks source link

Explicit ordering for Lessons #60

Closed JayCoyote2016 closed 6 years ago

JayCoyote2016 commented 6 years ago

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.

JayCoyote2016 commented 6 years ago

Done and merged to master. lessonIndex can only be set from the All Lessons page.