feat: Implement course-level asset management and interactive media markers.

This commit is contained in:
2026-01-17 13:55:04 -03:00
parent 0772a88fbe
commit 02909ea85a
15 changed files with 1027 additions and 182 deletions
+1
View File
@@ -130,6 +130,7 @@ pub struct Enrollment {
pub struct Asset {
pub id: Uuid,
pub organization_id: Uuid,
pub course_id: Option<Uuid>,
pub filename: String,
pub storage_path: String,
pub mimetype: String,