Changes between Version 4 and Version 5 of BluePrint/MultiStepForms


Ignore:
Timestamp:
04/23/13 09:47:19 (12 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/MultiStepForms

    v4 v5  
    7979=== Workflows ===
    8080
    81 ==== Developer Case ====
     81==== As Developer ====
    8282
    8383* Developers will have to provide data to the workflow engine.
     
    8686* Workflow engine will convert the given data into desired wizard template.
    8787
    88 ==== User Case ====
     88==== As User ====
     89
    8990* To take a wizard for any resource user will have to click on the wizard button on the homepage.
    9091* Then users will have to select from different options shown on the screen which will link them to different wizards for different resources.
     
    101102== Implementation ==
    102103
     104=== (Prospective) ===
     105
    103106* The workflow engine will reuse S3SQLCustomForm where possible.
     107[[BR]]
    104108* The idea is to define a S3WorkflowForm which will be defined as S3SQLCustomForm.
     109[[BR]]
    105110* It will accept resource name and list of fields along with the description of corresponding edge i.e is the node optional or required.
     111[[BR]]
    106112* All the data will be linked and will be converted into a wizard template.
     113[[BR]]
    107114* User id and step he is on will be stored on the page or as database .
    108115