Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下个大版本功能规划,来一起做事咩 #31

Open
whaty opened this issue Feb 24, 2023 · 2 comments
Open

下个大版本功能规划,来一起做事咩 #31

whaty opened this issue Feb 24, 2023 · 2 comments

Comments

@whaty
Copy link
Contributor

whaty commented Feb 24, 2023

1、文件系统:去掉minio,改为磁盘存储
2、数据结构:改为json,提供增删改查接口
3、数据分离:分离数据库信息,模板信息
4、代码生成:建立类似查询功能的列表,依托mustache模板渲染
5、模型市场:数据模型、代码模型
6、用户管理体系:依托低代码生成

还想要什么功能?在下面接龙

@hzjerry
Copy link

hzjerry commented May 9, 2024

可否支持表间字段引用

即:基础表A1, A2里面保存了很多全局用的字段定义,比如A1中有 处方订单编号 recipel_order_no,这样的全局定义字段,已经写好了详细的备注信息。

image
引用表类似上图

然后在新建表的时候,可以引用这个表中的字段。只要原表字段的备注信息等发生变化,所有引用的表文档,都会被更新。
引用有多种类型,强引用(保持同步),弱引用(仅复制,后期可修改)

这样的好处是能团队协作时,保持字段定义的一致性,提高建表效率

@whaty
Copy link
Contributor Author

whaty commented May 9, 2024

可否支持表间字段引用

即:基础表A1, A2里面保存了很多全局用的字段定义,比如A1中有 处方订单编号 recipel_order_no,这样的全局定义字段,已经写好了详细的备注信息。

image 引用表类似上图

然后在新建表的时候,可以引用这个表中的字段。只要原表字段的备注信息等发生变化,所有引用的表文档,都会被更新。 引用有多种类型,强引用(保持同步),弱引用(仅复制,后期可修改)

这样的好处是能团队协作时,保持字段定义的一致性,提高建表效率

这个可以使用字典功能来实现,将公用的字段定义到字典里面

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants