Learning Platform client application for students and instructors. Tracks student data as they progress through their core and technical learning objectives.
As the number of cohorts grows, filtering out cohorts that aren't active - by default - is preferable so that the cohort search, and the cohort selector in the student overlay don't have noise in them.
In the cohort model, add a custom property named is_active that should return true or false
In the cohort view, make the default response for the list() method only return active cohorts
As the number of cohorts grows, filtering out cohorts that aren't active - by default - is preferable so that the cohort search, and the cohort selector in the student overlay don't have noise in them.
is_active
that should return true or false