DTStack / molecule

:rocket: A lightweight Web IDE UI framework.
https://dtstack.github.io/molecule/
Other
879 stars 125 forks source link

Molecule 2.0 TODO List #858

Open mortalYoung opened 1 year ago

mortalYoung commented 1 year ago

自 2022 年 6 月 17 日发布 v1.0.0 以来,Molecule 共发布了 10 个版本。期间修复了大量 Bug,稳定现有功能。但也有一些问题日积月累,已经无法通过修复来确保代码的可维护性和健壮性。因此,我们计划启动 2.0 的开发,旨在彻底解决性能优化问题、布局优化问题等问题,同时优化 Molecule 相关的开发体验。

Since the release of v1.0.0 in 2022.06.17, Molecule has released a total of 10 versions. During this period, a large number of bugs were fixed and existing functions were stabilized. But there are some problems that have accumulated and cannot be repaired to achieve both maintainability and robustness of the code. Therefore, we plan to start the development of 2.0, aiming to completely solve the performance optimization problem, layout optimization problem and other issues, and optimize the Molecule-related development experience.

更新内容

Roadmap

mumiao commented 1 year ago

👍🏻

guoqiwen8 commented 1 year ago

请问整个框架源码的架构也是要重新设计吗?

mortalYoung commented 1 year ago

请问整个框架源码的架构也是要重新设计吗?

大方向的架构不会变,小细节会适当修改

WheatMaThink commented 1 year ago

国内少有的精品软件!

宣传上可以加强,让更多的开发者加入。

octoape commented 6 months ago

是否考虑实现一个表格组件,用于诸如数据展示和编辑的场景。

mortalYoung commented 6 months ago

是否考虑实现一个表格组件,用于诸如数据展示和编辑的场景。

目前没有计划实现表格组件,建议是根据自己的需求去实现一个,或者根据自己的业务引入其他组件库的 Table 组件