orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Select or build Scala.js-based UI framework for Form Builder #2762

Open ebruchez opened 8 years ago

ebruchez commented 8 years ago

We started implementing the UI for #2256 using Scala.js a while back. The UI is not huge in terms of the surface it uses, but it's not a plain form: it is very dynamic and it even has a recursive aspect to it!

Ideas which we implemented:

We have the following issues:

There are a few frameworks we would like to research before investing more on our own:

The idea is to:

ebruchez commented 7 years ago
Atry commented 7 years ago

FYI: Binding.scala does support recursive workflow UI See https://thoughtworksinc.github.io/Binding.scala/#3

Though I don't know if it is iTunes-like

ebruchez commented 7 years ago

For Orbeon Forms 2016.3, we will build that UI with XForms as usual. For the future, we are considering a few options.