Changes between Version 15 and Version 16 of BluePrint/MultiStepForms


Ignore:
Timestamp:
04/29/13 06:57:04 (12 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/MultiStepForms

    v15 v16  
    4747
    4848 * 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.
    5150                 * Then the first step will be to enter basic details of a volunteer.
    5251                 * As he fills the form he will taken to the next step i.e to enter contact details.
     
    120119* The Multi-step forms Generator will reuse S3SQLCustomForm where possible.
    121120
    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.
    123122
    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.
    125124
    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.
    127126
     127* For mobile interfaces, the idea is to develop S3SQLWizardMobileForm which will morph one steps into  three.
    128128
     129* User id and his progress will be stored on in the database, session or on the page.
    129130
    130131