improve form creation experience
Ticket
improve form creation experience+status
improve form creation experience+priority
improve form creation experience+commit
improve form creation experience+issues
Making forms is too hard, too geeky. Time for something smoother.
improve form creation experience+solution
There are three key parts to what is difficult:
- figuring out how to add inclusions. that's addressed by:
- build link and inclusion editor
- in-place access to markup documentation
- cue text by relevant rules
- intra-card layout. this is the least daunting part and the most difficult to fix; we don't really have a clear direction lined up yet. the problem is that we're currently using tinyMCE, which is really for creating text, not html. we ultimately need a drag / drop gui for moving and shaping divs. I suppose we should create an idea for build layout tool for Wagn and clarify that this is for *layout rules and *structure rules
- editing the rules for inclusions on templates without shifting context. Current thinking is to make the inclusions linkable so they produce a set editor for the relevant set...
The third one is the focus of this ticket.