Hello! We're working on a contribution to split the courses displayed in Studio into two parts: the main list of "active" courses, and the "archived" courses, below.
- An "archived" course has_ended() <https://github.com/edx/edx-platform/blob/fb36c7df6c7a96a1fbb4a7776a814ce59f98fd76/common/lib/xmodule/xmodule/course_module.py#L1049>, same as with the learner dashboard. - The "archived" course list would be collapsed on page load, and lazy loaded on demand, via AJAX. - This feature would sit behind a Waffle switch. Christina and Shelby - I've CC'd you directly because of your recent work on the Studio course/library list <https://github.com/edx/edx-platform/pull/15292> page, but everyone's advice is welcome. Does this approach sound reasonable? Any concerns or changes? Thank you! -- Jill @OpenCraft <http://opencraft.com/> -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/a61b90ab-5a2a-4bfd-b62a-7461c1e45eea%40googlegroups.com.
