Open Alex-Ikanow opened 8 years ago
So there'd be a completely separate form builder controller etc using the wz-step
elements to build a different looking form, you can't reuse the same
(Hmm so maybe it would open the first enabled wizard it finds by default if no other cards existed? That would be cool...)
Hmm so also probably want to support just using a wizard to create a source normally, so there's 3 different cases 1) non-wizard, normal 2) wizard - source mode 3) wizard - source building mode
Have a wizard at the top level that generates a subset of cards that can then be edited themselves
(Would rerunning the wizard re-generate the cards? or maybe if the cards have been hand edited, but if they exist then it overwrites them - maybe even pulling the data from the fields)
See http://angular-formly.com/#/example/integrations/angular-wizard for what the UX would look like
(So I guess you'd have a wizard mode, where the builder functions lets you build a set of cards from a template map (category->name->card) and then fill in their fields (can we even nest the entire thing inside the wizard as an advanced option?!)