Alex-Ikanow / aleph2_bucket_builder

A user interface providing the ability to build up complex JSON objects (such as Aleph2 buckets) with simple nested combinations of self-generating forms
0 stars 4 forks source link

Can a wizard actually generate cards? #28

Open Alex-Ikanow opened 8 years ago

Alex-Ikanow commented 8 years ago

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?!)

Alex-Ikanow commented 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...)

Alex-Ikanow commented 8 years ago

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