systemphil / symposia

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

Refactor components related to CourseForm into one component #21

Closed Firgrep closed 5 months ago

Firgrep commented 11 months ago

Currently using a container-presenter pattern with AdminCourseFormContainer and CourseForm but this can be simplified into a single component, like was done with LessonForm. The page will retrieve the initial data on serverside anyhow, so there's no need to use two components where we can use one.