Tagged Questions
0
votes
2answers
164 views
Form builder that allows dynamic flow based on answers
I'm working on a project where we need to create a form builder that allows nesting of follow up questions based on a questions answer.
Currently we're thinking of a treeview that allows dragging and ...
4
votes
3answers
272 views
Managing CRUD operations in a tree
I'm using a tree view in my web application to present the administrator a way of managing entities in the system.
So far I had to deal with simple entities that require only a name that is way i ...