lepo-project / lepo

LePo: Learning Management System with Note & Sticky

Home Page:https://lepo.app/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create suspended role for course_members

kyoshizaki opened this issue · comments

course_members table

  • To identify learners who abandoned their courses, add "suspended" for role column.
  • The suspended users can not see the course and see the system message on dashboard?
  • The course staffs can see who is suspended user and one's contents?
  • The other learners can not see the suspended user's contents?

When specific enrollment record is removed from API response, LePo just deletes the corresponding CourseMember record. Physical delete, NOT logical delete. So suspended role is not implemented.