Changes between Version 8 and Version 9 of BluePrint/SAFIRE/GUIDesign


Ignore:
Timestamp:
11/20/17 12:43:56 (7 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SAFIRE/GUIDesign

    v8 v9  
    22= SAFIRE GUI DESIGN =
    33
    4 == Definitions ==
    5 
     4== Design Norms ==
     5Design norms are set to simplify the GUI design with a standard set of objects and navigation for the user to:
     6* interact with the system with zero complexity
     7* know where they are at every step of each function
     8* present the information using a standard set of objects
     9 
    610=== GUI Objects ===
    711
    812The GUI design comprises the following objects
    913||= Object = ||=Description = ||
    10 ||Menu items ||role specific navbar menu items and hierarchy ||
    11 ||Dashboard  ||role specific landing page ||
    12 ||Quick Nav  ||image button to navigate to the feature ||
    13 ||Summary    ||summary box with either a paragraph or list ||
    14 
     14||1. Menu items ||role specific navbar menu items and the submenu hierarchy; typically itemized in the nav-bar ||
     15||2. Dashboard  ||role specific landing page (i.e. upon login direct user to the page) ||
     16||3. Quick Nav  ||image button to navigate to the feature (i.e. an icon to click to navigate to the function or feature ||
     17||4. Button     ||submit type standard Eden button to activate a function ||
     18||5. Summary    ||summary box with either a paragraph or list (e.g. headline, title, status, priority, date information) ||
     19||6. Indicator  ||numbers, color-coding, chart, or other dynamic indicator (e.g. number of active incident reports) ||
     20||7. Table      ||table listing or the records with selected columns (i.e. standard Eden table) ||
     21||8. Map        ||map view of the geo-tagged information on a map (i.e. standard Eden map) ||