Update panopto scraping to separate lectures from recordings. Implement naive lecture creation on new recordings.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class Lecture < ApplicationRecord
|
||||
belongs_to :course
|
||||
has_one :attendance
|
||||
belongs_to :recording
|
||||
belongs_to :recording, optional: true
|
||||
|
||||
enum :status, [
|
||||
:undetermined,
|
||||
|
||||
Reference in New Issue
Block a user