The webforms tag has no wiki summary.
2
votes
1answer
384 views
A small project but I want to use design patterns to do it right
I've got a project coming up, a very a small system, but one that needs to be extended in the future.
Here's how I've designed it so far.
It's 3-tier: presentation, business and data.
For the ...
0
votes
0answers
29 views
DSL enabling users to reference forms and records to display?
There are three main "unique" components to my system:
Visual form builder (AngularJS backed);
generates an id
CRUD automatically available for it at /form_type/id
"Aggregate page"; with a form ...
0
votes
0answers
328 views
How to Implement Complex Form Data?
I'm supposed to implement a relatively complex form that looks like follows, but has at least four more pages requiring the user to fill in all necessary information for the tracks:
This data will ...