kobotoolbox / koboform

A Java/GWT based formbuilder (no longer supported). Replaced by dkobo.
2 stars 8 forks source link

Hand Coding custom skip logic #82

Open Dylan-Gillespie opened 11 years ago

Dylan-Gillespie commented 11 years ago

From neil.hen...@kobotoolbox.org on August 10, 2012 10:10:22

Summary: In places where someone has added custom skip logic, loading it into KoBoForm can break it. Also, there is no way to add skip logic that doesn't conform to the limited conditions KoBoForm can write. To be able to add Regex and complex conditions, there should be the option to write your skip logic in a text box. When loading unrecognized skip logic, KoBoForm should not change it, but load it into the box. proposed use-case: Add to the usual condition UI, and then a check box in the corner that says, "hand code" and you click that you and just get a text box, and when there are things we don't support it'll just automatically revert to that. I guess if they uncheck "hand code" we'll need some "warning if you uncheck this you'll lose the work you have in your hand coded text area" warning too. additional comments: My concern is that we'll end up dumping bad code into the hand coding box instead of fixing it.

Original issue: http://code.google.com/p/kobo/issues/detail?id=81

Dylan-Gillespie commented 11 years ago

From apollo...@hotmail.com on October 16, 2013 13:49:44

Owner: apollo...@hotmail.com
Labels: app-KoBoForm