vue-generators / vue-form-generator

:clipboard: A schema-based form generator component for Vue.js
MIT License
2.99k stars 532 forks source link

VFG schema generator #569

Closed PeterC66 closed 5 years ago

PeterC66 commented 5 years ago

I'm submitting a feature request, or maybe a suggestion for development.

VFG expects a schema (and model) to specify a form. I would like to have a VFG schema generator (a standard VFG form) that enables me and my users to generate schemas (and their corresponding models). It need for now generate only the most commonly used fields.

I am interested in other's ideas, and whether anyone has worked on it already. I plan to work on this myself, if no-one has done it.

DelfsEngineering commented 5 years ago

Do you mean something like this https://github.com/vue-generators/vue-form-generator/issues/503

PeterC66 commented 5 years ago

I had read #503 but I had not envisaged a drag and drop aspect. Now I see that it could be relevant, and will add my interest to it.

My use case is users providing simple csv data files, and them defining (and saving) a form for editing and adding to each one of them.

zoul0813 commented 5 years ago

Duplicate of #503