Update panopto scraping to separate lectures from recordings. Implement naive lecture creation on new recordings.

This commit is contained in:
2023-10-01 17:51:05 +01:00
parent 9923067a17
commit ef34d1c5b5
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
class Lecture < ApplicationRecord
belongs_to :course
has_one :attendance
belongs_to :recording
belongs_to :recording, optional: true
enum :status, [
:undetermined,