Hi @Meet_Boghani - when making a post, could you kindly be sure to specify which Open edX release you’re running? And in this case, it would be helpful to know if you’re using the new Catalog MFE.
Hi @sarina thanks for pointing this out, I have updated the post. About version it’s teak and ulmo. Regarding the catalog mfe, currently we are not using that.
Hi @Meet_Boghani - we did some code spelunking and it looks like functionality for Course Is New was dropped awhile ago, but the advanced setting remained (but not hooked up to anything). We’re going to issue a DEPR to remove this setting. Implementing it would be a big lift that we don’t have capacity for, and would involve:
Exposing the “is_new” in platform APIs
Creating a design for a “new” flag on course card
Consuming the “is_new” flag in the Catalog MFE, and implementing the new design to show on the course card
Updating edx-search to change the way that sorting works to somehow “expose” the new courses
Consuming the changes to edx-search in the Catalog MFE