Changes between Version 14 and Version 15 of BluePrint/MultiStepForms


Ignore:
Timestamp:
04/27/13 20:25:03 (11 years ago)
Author:
hardik juneja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/MultiStepForms

    v14 v15  
    2424Workflow Support aims to solve two conspicuous problems - [[BR]]
    2525
    26 * '''First''' - Sometimes for new users of Sahana Eden it gets a bit abstruse to understand the workflow of different modules quickly.
     26* '''First''' - Sometimes for new users of Sahana Eden it gets a bit abstruse to understand the workflow of different resources quickly.
    2727
    2828* '''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. 
     
    3434=== Benefit To Sahana Eden ===
    3535
    36 Workflow support smartly increases the usability of Sahana Eden by making it convenient, easy to use and more agile as it guides the user through the different processes of sahana eden step by step and helps the user understand Eden .
     36Workflow support smartly increases the usability of Sahana Eden by making it convenient, easy to use and more agile as it guides the user through the different processes of sahana eden step by step and helps the user understand Eden. It will also help users to perform complex task with ease.
    3737
    3838== Stakeholders ==
    3939
    40 * '''End Users''' - Users of Sahana Eden will be benefited the most with Workflow Support as it will help them understand Sahana Eden quickly and easily. [BR]
     40* '''End Users''' - Users of Sahana Eden will be benefited the most with Workflow Support as it will help them understand Sahana Eden quickly and easily. [[BR]]
    4141
    4242* '''Developers''' - With the help of Multi-step forms Generator, developers of sahana eden can easily create a wizard for new modules.
     
    6464
    6565* Generator should accept simple data, data can be as simple as resource name and list of field names.   
    66 * Multi-step forms or wizards thus generated should have the ability to adapt changes as the data given to workflow engine changes.
    67 * Generator should also adapt structural changes if the structure of the given data changes.
     66* Multi-step forms or wizards thus generated should have the ability to adapt changes as the data defined to generator changes.
     67* Generator should also adapt structural changes if the structure of the defined data changes.
    6868* Generator should provide full access control to the user, they can go back, skip steps and quit at any point.
    6969* Multi-step forms or wizard should track the audit trails i.e keeping the record of the running processes as they unfold, so that users can come back to the same point where they left off.
    7070* Multi-step forms should have a simple and user-friendly user interface.
    7171* These Multi-step forms or wizards should be easily available and accessible to the user after successful login.
     72* User should be given an option to allow All the steps to be displayed simultaneously on one page.
    7273
    7374=== Non-functional ===