Implement Slug for LMS Models
·
1 min read

Major Changes:
Added slug to Course, Module, Lesson and Unit Models in Kralis LMS. This is to improve shareability and discoverability of the courses as opposed to using routes like
lms/<id>
.Also added slug to Test Model in Kralis CBT.
Improved the overall flow of cbt.kralis.app and lms.kralis.app