Please enable JavaScript.
Coggle requires JavaScript to display documents.
EZY-9087 (Trip store (new flight appears (lack of fields:
delay increase…
EZY-9087
Trip store
new flight appears
lack of fields:
- delay increase count
- delay decrease count
- delay change
- delay type
-
delay is removed
- delay increase count == 0
- delay decrease count == 0
- delay_change == 0
- delay type == delay removal
previous state:
- delay increase counter != 0
new event:
- delay increase count does not change
- delay decrease count++
- delay type == delay decrease
- delay_change = ETD2 - ETD2
EJM Flight Alerts
new flight appears
new fields appear:
- lastest notified ETD
- create/update time for this flight (default == 0)
- version for the FlightAlert (default == 0)
- latest increase notification sent time (default == 0)
- number of notifications sent for delay increase (default == 0)
- number of notifications sent for delay decrease (default == 0)
-
delay is removed
- latest notified ETD is updated with a new value
- create/update time is updated
- version++
- latest increase/decrease notification == 0
- number of notifications for delay increase/decrease == 0
-
-
-
-
:check: EZY-9524 delay -> remove -> on time - > cancelled
:check: EZY-9524 the last delay type stays even if the disruption type has changed to live update
:check: if the flight is cancelled, the field are set to 0/none
:check: EZY-9524 disruption type != departure_time_upated => EJM Flight Alerts: delay type == null, latest delay increase/decrease == blank, couters ==0
-
:check: delay < 15min, nothing is shown
-
-