systemphil / symposia

Symposia is a philosophy course platform🏺
https://symposia.sphil.xyz
Apache License 2.0
6 stars 1 forks source link

add CourseDetails model #9

Closed Firgrep closed 11 months ago

Firgrep commented 1 year ago

Add a new CourseDetails data model that keeps public but extensive information about a course. Useful for course landing page and such. I suspect that each Course should only have 1 CourseDetails model and that within the CourseDetails a we have a field for MDX that keeps the information (similar to how we do it with LessonContent and LessonTranscript for each Lesson).