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

拓展Create功能 #1

Open
duckywang1 opened this issue Aug 28, 2017 · 4 comments
Open

拓展Create功能 #1

duckywang1 opened this issue Aug 28, 2017 · 4 comments

Comments

@duckywang1
Copy link

提一个小众场景:

我需要做 Create 操作。
例如说: 添加管理员。这个需要手工输入的。
作为个伸手党,能给我提供这个简直非常厉害了。

需求:

在 Search/Clear 附近加个 Create Button 与 Modal
这一点我觉得和 Collapsable 符合

@djyde
Copy link
Member

djyde commented Sep 27, 2017

这种场景比较业务,最好是通过扩展的方式去实现,这个扩展形式我还没有想好,你有什么想法吗?

@duckywang1
Copy link
Author

duckywang1 commented Sep 27, 2017

很简单很粗暴的需求: 比较希望通用的 Create Modal. 对 db 的各个 field 提供 antd.Input 表单,让用户自己处理 dao 层去做数据处理。
毕竟其实用户对 UI 的接受/忍受程度挺高的。Create 的操作其实比较少的,是业务性很强。如果需要定制UI的话,就可以自己定制 Create 模块。

@djyde
Copy link
Member

djyde commented Sep 27, 2017

现有的 Plugin 机制貌似可以满足你的需求

@duckywang1
Copy link
Author

接入工作量 n个 * CRUD ==> n个 RUD + n个 C
我觉得可以容忍比较低能的 Create 操作...但是要写很多 Create 操作是比较痛苦的

djyde pushed a commit that referenced this issue Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants