Changes between Version 4 and Version 5 of BluePrint/MultiStepForms
- Timestamp:
- 04/23/13 09:47:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/MultiStepForms
v4 v5 79 79 === Workflows === 80 80 81 ==== Developer Case====81 ==== As Developer ==== 82 82 83 83 * Developers will have to provide data to the workflow engine. … … 86 86 * Workflow engine will convert the given data into desired wizard template. 87 87 88 ==== User Case ==== 88 ==== As User ==== 89 89 90 * To take a wizard for any resource user will have to click on the wizard button on the homepage. 90 91 * Then users will have to select from different options shown on the screen which will link them to different wizards for different resources. … … 101 102 == Implementation == 102 103 104 === (Prospective) === 105 103 106 * The workflow engine will reuse S3SQLCustomForm where possible. 107 [[BR]] 104 108 * The idea is to define a S3WorkflowForm which will be defined as S3SQLCustomForm. 109 [[BR]] 105 110 * 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]] 106 112 * All the data will be linked and will be converted into a wizard template. 113 [[BR]] 107 114 * User id and step he is on will be stored on the page or as database . 108 115