Changes between Version 23 and Version 24 of BluePrint/CAPBroker/GUIDesign


Ignore:
Timestamp:
08/29/15 02:33:07 (9 years ago)
Author:
Nuwan Waidyanatha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CAPBroker/GUIDesign

    v23 v24  
    2626=== msgType ===
    2727
    28 This is essentially a state machine, whereby an alert message can transition from msgType to another. Here are the possible sequences:
     28This is essentially a state machine, whereby an alert message can transition from msgType to another. The possible sequences are illustrated in the diagram and then described in the table below.
     29
     30==== State transition diagram ====
     31
     32[[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/BluePrint/CAPBroker/GUIDesign/FlowChartSambroGui.2.png)]][[BR]]
     33
     34'Cancel' and 'All clear' acts like a sink. They are where every msgType would ultimately go.
     35
    2936
    3037==== Transition combinations ====
     
    4451example, ''we may issue SMS alerts to [n] people and expect them to Ack. If and Ack is not received then we may recast the message to those who did not receive the message. Don't worry about this part, it's a project of it's own.''
    4552
    46 ==== State transition diagram ====
    47 
    48 [[Image(http://eden.sahanafoundation.org/raw-attachment/wiki/BluePrint/CAPBroker/GUIDesign/FlowChartSambroGui.2.png)]][[BR]]
    49 
    50 'Cancel' and 'All clear' acts like a sink. They are where every msgType would ultimately go.
    5153=== scope ===
    5254