Open tclzcja opened 4 months ago
Reminder: Now statistic.unwatched/watched_student_view ONLY takes video into consideration, because it's doing:
INNER JOIN public.media ON public.media.section_id = public.section.id
INNER JOIN public.file ON public.file.sha256 = public.media.video_sha256
So ONLY media with video_sha256 will exists in the view, other medias won't event exists.
To add more types we need to modify this view, even modify the logic of watch_time table.
For PDF it's 0% or 100% for now.