Changes between Version 11 and Version 12 of BluePrint/MultiStepForms
- Timestamp:
- 04/26/13 20:55:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/MultiStepForms
v11 v12 26 26 Workflow Support aims to solve two conspicuous problems - [[BR]] 27 27 28 * '''First''' - Sometimes for new users of Sahana Eden it gets a bit abstruse to understand the workflow of different modules quickly 28 * '''First''' - Sometimes for new users of Sahana Eden it gets a bit abstruse to understand the workflow of different modules quickly. 29 29 30 * '''Second''' - In Sahana Eden currently the various forms are mostly separated except for navigation links. so users have to maneuver from one place to another to complete related tasks.30 * '''Second''' - Sometimes user needs to input complex data into a system that is easier for the user to comprehend parting the process into multiple steps. 31 31 32 This is where need of workflow support comes in action. 32 * '''Third''' - In Sahana Eden currently the various forms are mostly separated except for navigation links. so users have to maneuver from one place to another to complete related tasks. 33 34 All these points address the need of Multi-step forms( Wizards ) for Sahana Eden. 33 35 34 36 === Benefit To Sahana Eden === … … 47 49 48 50 * As an end user, I want a wizard to guide me and help me through different resources available in Sahana Eden. 49 * To take a Wizard for registering volunteer, User will click on the Wizard option from the homepage51 * To take a Wizard Ex. To register volunteer, User will click on the Wizard Button on the homepage. 50 52 * Then user will have to select a register volunteer option . 51 53 * Then the first step will be to enter basic details of a volunteer. … … 83 85 == Design == 84 86 85 == mockup UI==87 === mock up UI === 86 88 87 89 … … 121 123 * The Multi-step forms Generator will reuse S3SQLCustomForm where possible. 122 124 123 * It will accept resource name and list of fields along with the description of corresponding edge i.e is the node optional or required.125 * It will accept resource name and list of fields along with the description of corresponding edge i.e is the node is optional or required. 124 126 125 127 * All the data will be linked and will be converted into a wizard template. … … 132 134 ''' Future Implementation ''' 133 135 134 * Making a UI for Multi-step formsGenerator , So that not only developer but sys admin can easily make wizards for different resources or new modules.136 * Making a UI for Generator , So that not only developer but sys admin can easily make wizards for different resources or new modules. 135 137 136 138