Zoonk.Catalog.Course (Zoonk v0.1.0-dev)
View SourceDefines the Course
schema.
Courses group related chapters together. They allow users to go deeper on a specific topic.
Each course belongs to an organization and can have multiple translations for different languages.
Fields
Field Name | Type | Description |
---|---|---|
org_id | Integer | The ID of the org that owns this course. |
slug | String | Unique identifier for the course. |
categories | List | List of categories the course belongs to. |
thumb_url | String | URL for the course thumbnail image. |
translations | List | List of translations for the course. |
course_users | List | List of users associated with the course. |
course_chapters | List | List of chapters included in the course. |
inserted_at | DateTime | Timestamp when the course was created. |
updated_at | DateTime | Timestamp when the course was last updated. |