feat: Implement instructor-specific course management and refactor course creation into dedicated modules.
This commit is contained in:
parent
ec54160a5e
commit
000de75dd1
8 changed files with 103 additions and 13 deletions
|
|
@ -192,9 +192,9 @@ model CourseApproval {
|
|||
course_id Int
|
||||
submitted_by Int
|
||||
reviewed_by Int?
|
||||
action ApprovalAction
|
||||
previous_status CourseStatus
|
||||
new_status CourseStatus
|
||||
action ApprovalAction @default(SUBMITTED)
|
||||
previous_status CourseStatus?
|
||||
new_status CourseStatus?
|
||||
comment String? @db.Text
|
||||
created_at DateTime @default(now())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue