mistercrunch commented on issue #33448: URL: https://github.com/apache/superset/issues/33448#issuecomment-3194579403
Loving the core idea here, and thinking it needs deep analysis as to how to get this right without building a whole new subsystem to generate charts quickly/easily. Some thoughts in bulk: - given Explore is the main mechanism for chart creation, and that chart creation is fairly complex, could this be supported by a stripped down, "easy mode" for the existing Explore component. Like a stripped down, simpler expore - explore-in-dashboard (as a way to edit/add a chart in a large modal in the dashboard) has been discussed for years, thought has technical challenges that are surmontable. Ideally we can have the full explore experience from within the dashboard, and a "simple" mode for explore. The key challenges here are around the fact that historically Explore and Dashboard have been implemented as two different react app which their own Redux store. Solutions around that whole area include merging the redux stores, wiring the dynamic imports, and/or reducing/simplifying our reliance on Redux. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
