Changes between Version 23 and Version 24 of BluePrint/CAPBroker/GUIDesign
- Timestamp:
- 08/29/15 02:33:07 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CAPBroker/GUIDesign
v23 v24 26 26 === msgType === 27 27 28 This is essentially a state machine, whereby an alert message can transition from msgType to another. Here are the possible sequences: 28 This 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 29 36 30 37 ==== Transition combinations ==== … … 44 51 example, ''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.'' 45 52 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.51 53 === scope === 52 54