pub async fn create_plan(
conn: &mut PgConnection,
user_id: Uuid,
name: Option<String>,
) -> ModelResult<CourseDesignerPlan>pub async fn create_plan(
conn: &mut PgConnection,
user_id: Uuid,
name: Option<String>,
) -> ModelResult<CourseDesignerPlan>