You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the C2 re-implementation of the catalogue, we only have a list of courses (which doesn't handle visibilities correctly yet).
Implement a courses and a sessions catalogues inspired by Chamilo 1.11, with space for:
title
image
duration
dependencies (sequences)
price (leave space for that if buycourse is enabled)
category
language
popularity (stars)
teacher(s)
subscription button
For sessions, fields are a bit different (duration can be calculated from the sum of courses' duration if any, but if some courses don't have a duration the duration should say the sum with a "+" next to the number). Check 1.11 to complete