Experts, could you help determine the best way to implement this requirement?
I want to to list a few courses as featured courses on the platform based on quality of the material and what we determine as the most important. The trick is that these courses are not accessible to all.
So essentially, my plan is use catalogs to determine visibility of courses to each user depending on products that they own. From those courses, a few will be selected as Featured Courses. I’d like to display these Featured Courses on the home page. Each user must see only a subset of these courses, depending on which they have visibility to based on other catalogs.
Basic question if I show a Catalog on a page, whether the visibility of courses can be based on another Catalog that is not on that page.
Am I thinking about this correctly? Any ideas to help me accomplish what I am trying to do?