overhangio / tutor-cairn

Scalable, real-time analytics for Open edX
8 stars 13 forks source link

added cors for Embeded Dashboards #36

Closed FahadKhalid210 closed 6 months ago

FahadKhalid210 commented 7 months ago

Added CORS for embeded Dashboards

Description:

This PR adds support for Cross-Origin Resource Sharing (CORS) to enable the embedding of Dashboards from Superset Cairn into LMS/CMS site. This enhancement allows us to seamlessly integrate visual analytics and data-driven insights directly within our platform.

For context: Discussion Link

Solution suggested in the Superset: Solution