Changes between Version 11 and Version 12 of BluePrint/MultiStepForms


Ignore:
Timestamp:
04/26/13 20:55:34 (11 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/MultiStepForms

    v11 v12  
    2626Workflow Support aims to solve two conspicuous problems - [[BR]]
    2727
    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.
    2929
    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. 
    3131
    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
     34All these points address the need of Multi-step forms( Wizards ) for Sahana Eden.
    3335
    3436=== Benefit To Sahana Eden ===
     
    4749
    4850 * 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 homepage
     51                 * To take a Wizard Ex. To register volunteer, User will click on the Wizard Button on the homepage.
    5052                 * Then user will have to select a register volunteer option .
    5153                 * Then the first step will be to enter basic details of a volunteer.
     
    8385== Design ==
    8486
    85 == mockup UI ==
     87=== mock up UI ===
    8688
    8789
     
    121123* The Multi-step forms Generator will reuse S3SQLCustomForm where possible.
    122124
    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.
    124126
    125127* All the data will be linked and will be converted into a wizard template.
     
    132134''' Future Implementation '''
    133135
    134 * Making a UI for Multi-step forms Generator , 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.
    135137
    136138