Difference between revisions of "DS 06 UC 03"

From RFF Wiki
Jump to: navigation, search
(Created page with "= UC03 Inform registered users about train status = = Input = * rated TRI * rated TRF * stat based TRF = Workflow = # Rate TRI against stored train run # Rate TRF against st...")
 
Line 7: Line 7:
  
 
= Workflow =
 
= Workflow =
# Rate TRI against stored train run
+
# Set notification: A RU subscribes to a information service based on (for the POC) Train Running Information. He sets
# Rate TRF against stored train run
+
* the necessary triggers,
# Predict TRF based on stored train run
+
* the suitable notification schema and
 +
* the appropriate delivery channel.
 +
# Notify RU: The logic scans the provided notification patterns and initiates the RU user alert based on the fired trigger.
  
 
= Output =
 
= Output =
* rated TRI
+
* Message channels like
* rated TRF
+
** email
* stat based TRF
+
** mobile push notifications
 +
** social media channels
  
 
= Dependencies =
 
= Dependencies =

Revision as of 17:31, 14 September 2021

UC03 Inform registered users about train status

Input

  • rated TRI
  • rated TRF
  • stat based TRF

Workflow

  1. Set notification: A RU subscribes to a information service based on (for the POC) Train Running Information. He sets
  • the necessary triggers,
  • the suitable notification schema and
  • the appropriate delivery channel.
  1. Notify RU: The logic scans the provided notification patterns and initiates the RU user alert based on the fired trigger.

Output

  • Message channels like
    • email
    • mobile push notifications
    • social media channels

Dependencies

  • rated TRI
  • rated TRF
  • stat based TRF

from DS_06_UC_02