<aside> <img src="/icons/checklist_green.svg" alt="/icons/checklist_green.svg" width="40px" />

</aside>

Persistence Model

Table modules [note: 'Bảng quản lý module (chủ đề) trong mỗi khóa học'] 
{
  id                uuid                    [pk, note: 'Khóa chính của module']  
  course_id         uuid                    [ref: > courses.product_id, note: 'Thuộc khóa nào']  
  title             varchar                 [not null, note: 'Tên module']
  short_description text                    [not null]  
  order             int                     [default: 0, note: 'Thứ tự module trong course']
  status            enum                    [default: 'draft']
  created_at        timestamp               [default: `now()`, note: 'Tạo lúc nào']  
  updated_at        timestamp               [default: `now()`, note: 'Cập nhật lần cuối']  
  deleted_at        timestamp               [null, note: 'Soft-delete']  
}

Domain Rules

Quan hệ Module – Course

Tiêu đề & Mô tả

Thứ tự hiển thị (order)

Soft-delete & Cascade

Quyền sở hữu & Phân quyền