Changes between Version 15 and Version 16 of BluePrint/MultiStepForms
- Timestamp:
- 04/29/13 06:57:04 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/MultiStepForms
v15 v16 47 47 48 48 * 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 Ex. To register volunteer, User will click on the Wizard Button on the homepage. 50 * Then user will have to select a register volunteer option . 49 * To take a Wizard Ex. To register volunteer, User will click on the Wizard Button on the the volunteer menu. 51 50 * Then the first step will be to enter basic details of a volunteer. 52 51 * As he fills the form he will taken to the next step i.e to enter contact details. … … 120 119 * The Multi-step forms Generator will reuse S3SQLCustomForm where possible. 121 120 122 * 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.121 * The idea is to define a S3SQLWizardForm which will be defined like S3SQLCustomForm. 123 122 124 * All the data will be linked and will be converted into a wizard template.123 * Each node will be defined using S3SQLWizardForm, which will accept resource, edge description and field list. 125 124 126 * User id and his progress will be stored on in the database.125 * All the node will then be passed to generator function which will link all the nodes and convert it into a wizard template. 127 126 127 * For mobile interfaces, the idea is to develop S3SQLWizardMobileForm which will morph one steps into three. 128 128 129 * User id and his progress will be stored on in the database, session or on the page. 129 130 130 131