ktmud opened a new pull request #9201: [WIP] Frontend monorepo URL: https://github.com/apache/incubator-superset/pull/9201 ### CATEGORY - [x] Build / Development Environment ### SUMMARY @kristw @rusackas This is what I meant in [#9187](https://github.com/apache/incubator-superset/issues/9187#issuecomment-589912159). Frontend packages will be organized as such: ```text ├── lerna.json ├── package-lock.json ├── package.json ├── packages │ ├── superset-app │ ├── superset-ui-demo │ └── superset-ui-plugins-demo ├── superset-ui │ ├── chart │ ├── chart-composition │ ├── color │ ├── connection │ ├── core │ ├── dimension │ ├── generator-superset │ ├── number-format │ ├── preset-chart-xy │ ├── query │ ├── superset-ui │ ├── time-format │ └── translation └── superset-ui-plugins ├── egacy-rose ├── icicle-event ├── legacy-calendar ├── legacy-chord ├── legacy-country-map ├── legacy-event-flow ├── legacy-force-directed ├── legacy-heatmap ├── legacy-histogram ├── legacy-horizon ├── legacy-iframe ├── legacy-map-box ├── legacy-markup ├── legacy-paired-t-test ├── legacy-parallel-coordinates ├── legacy-partition ├── legacy-pivot-table ├── legacy-plugin-world-map ├── legacy-preset-chart-big-number ├── legacy-preset-chart-nvd3 ├── legacy-sankey ├── legacy-sankey-loop ├── legacy-sunburst ├── legacy-table ├── legacy-treemap ├── legacy-word-cloud ├── table └── word-cloud ``` There's enough isolation for optional plugins, but development imports and plugin update workflows can be made very easy... There's obviously more work needed to actually make this work, but I think it's a direction worth pursuing. What do you think?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
