(no title)
mmonihan | 6 years ago
I noticed that while I create custom rails apps for clients, they often want to create additional forms and still leverage the authentication, permissions, and existing data in the app. This rules out most 3rd party form builders like typeform, jotform etc. which are mostly for surveys anyway. Sometimes the dev time to create them(UI, DB migrations, testing, validations) is too costly for an idea they just want to test.
So, I use the builder to create a JSON Schema, then embed the form into the rails app. What's cool is that I can utilize permissions from the core app to disable certain fields, and I can pass in enum values so drop downs have up-to-date options pulled right from the DB.
We use react-jsonschema-form, but the jsonschema we produce could be used in any of the tools mentioned in this thread.
I'm close to opening this up to other devs soon, and would love your feedback. There's a signup form on the website if you're interested.
[0] https://responsevault.com/ [1] https://github.com/mozilla-services/react-jsonschema-form
Edmond|6 years ago
We are currently working on our own visual app builder, starting out with Vue/Vuetify. Demo:
https://youtu.be/6ywDYebcxdo
https://youtu.be/jdb0j_vN9RM