brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
607 stars 168 forks source link

Schema editing #87

Open glennswest opened 7 years ago

glennswest commented 7 years ago

Im doing a fully integrated npm library, that combines: restify, generate-schema, jquery, brutus-json-forms, datatables, diskdb

In node, instance restify, and do a init call to microdash, and you get a full dashboard for your microservice.

The library includes all the assets, serves them, and lets u use json files for configuration, loggins, kpi etc.

When first using a table,, a default schema is generated.

So I'd love to be able to "edit" the schema.

So it would be lovely to have a full schema definition for "schema". Have u looked at this? It would allow me to create arbitratialy complex forms.

Some of the functionality you have, should make this doable. https://github.com/glennswest/microdash

devices

idelvall commented 7 years ago

Hi @glennswest, sounds interesting! How exactly can I help you?

glennswest commented 7 years ago

I would love a "schema" for the "schema" As you already support variant records, it should be possible to create a "schema" that would allow the creation of the schema for a form.

Self editing