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

Form builder #283

Closed
timwis opened this issue Sep 23, 2018 · 5 comments
Closed

Form builder #283

timwis opened this issue Sep 23, 2018 · 5 comments
Labels
[practice] product Product related work [status] not prioritized Not necessarily won't-fix but near-term out of scope.

Comments

@timwis
Copy link
Contributor

timwis commented Sep 23, 2018

Is your feature request related to a problem? Please describe.
Writing JSON by hand can be hard

Describe the solution you'd like
A UI to design/build a form, like google forms has

Describe alternatives you've considered
N/A

Additional context
Just wanted to throw the idea out there in case it hasn't already come up. I worked on something like this a couple years ago called form-designer (demo). I was going for a Google Forms-style edit-in-place experience. It's just a proof of concept, and it uses an simple invented form schema, but just thought I'd share in case you're interested. Curious if you've considered something like this?

@dmethvin-gov
Copy link
Contributor

I'd definitely thought about a visual form builder! It could be a one-time tool to get people going quickly on a form, generate a JSON file, and they use the JSON from there. Or, a super smart tool could let people continue to work in the visual part but also embellish with non-visual stuff and not clobber it in the resulting JSON file.

As for when or whether we do one, we're coming to the end of our Phase I goals and will be starting to think about where to go from here. One of the questions is target audience. For example, are we aiming for React programmers to be the intended users of USFS, or do we want to make it easier for non-technical domain experts to create forms? Can we create a layered architecture to address different audiences and let people pick what parts they need? That sort of stuff. A visual form builder seems like a good thing to discuss.

@jcmeloni-usds jcmeloni-usds added [practice] product Product related work [status] not prioritized Not necessarily won't-fix but near-term out of scope. labels Sep 24, 2018
@jcmeloni-usds jcmeloni-usds added this to Backlog (Not Groomed) in US Forms System Phase II Oct 23, 2018
@dmethvin-gov
Copy link
Contributor

I still love this idea, it would be good to do on top of a new implementation though.

US Forms System Phase II automation moved this from Backlog (Not Groomed) to Done Feb 21, 2019
@amenity
Copy link

amenity commented Apr 1, 2019

Just wanted to mention GOV.UK's form builder here for posterity: https://github.com/DEFRA/digital-form-builder

@timwis
Copy link
Contributor Author

timwis commented Apr 1, 2019

oh my goodness that is like the coolest thing I have ever seen! thanks for sharing.

@dmethvin-gov
Copy link
Contributor

Wow, that does look good! Definitely worth a look.

Also, I recently discovered form.io which has a visual builder and a server backend service. Much of it is BSD licensed and does a lot of what I envisioned a redesign to do. It can target different frameworks (React, Angular, plain JS) for example. I have a feeling there is some good prior art out there that we can build from, rather than creating something from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[practice] product Product related work [status] not prioritized Not necessarily won't-fix but near-term out of scope.
Projects
No open projects
Development

No branches or pull requests

4 participants