ProfZijlstra / video_site

MIT License
4 stars 2 forks source link

Refactor Views #68

Closed ProfZijlstra closed 1 week ago

ProfZijlstra commented 3 months ago

Make a directory for views related to courses (enrollment, viewing content, view stats)

Add an include for areas, and have a variable for which area is active

Perhaps refactor the video page to have all videos on one page again and have JS update the URL when switching to a different video? Would make video switching much smoother as they wouldn't need to load. Could potentially also enable continuous full-screen playback of all the videos for one lesson.

ProfZijlstra commented 2 months ago

completed this in latest commit

ProfZijlstra commented 2 months ago

Did not do the all videos on one page thing... reopening this until it's done

ProfZijlstra commented 1 week ago

Latest commit puts all the videos on one page. Closing this issue