Difference between revisions of "DS 06 UC 03"

From RFF Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
= Input =
 
= Input =
 
* rated TRI
 
* rated TRI
 +
** e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85%
 
* rated TRF
 
* rated TRF
 
* stat based TRF
 
* stat based TRF
Line 9: Line 10:
 
# Set notification: A RU subscribes to a information service based on (for the POC) Train Running Information. He sets  
 
# Set notification: A RU subscribes to a information service based on (for the POC) Train Running Information. He sets  
 
## the necessary triggers,  
 
## the necessary triggers,  
 +
##* e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85%
 
## the suitable notification schema and  
 
## the suitable notification schema and  
 +
##* e.g. CHI departure + 15min >75% information
 +
##* e.g. CHI departure + 20min >80% alert
 
## the appropriate delivery channel.
 
## the appropriate delivery channel.
 +
##* e.g. IT information to mail@informatione.it and Push messag
 +
##* e.g. IT alert to Push message +39401349762
 
# Notify RU: The logic scans the provided notification patterns and initiates the RU user alert based on the fired trigger.
 
# Notify RU: The logic scans the provided notification patterns and initiates the RU user alert based on the fired trigger.
  

Latest revision as of 13:44, 22 September 2021

UC03 Inform registered users about train status

Input

  • rated TRI
    • e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85%
  • 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
    1. the necessary triggers,
      • e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85%
    2. the suitable notification schema and
      • e.g. CHI departure + 15min >75% information
      • e.g. CHI departure + 20min >80% alert
    3. the appropriate delivery channel.
      • e.g. IT information to mail@informatione.it and Push messag
      • e.g. IT alert to Push message +39401349762
  2. 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

Objects

  • TrainLogBook
  • Subscription
  • NotificationProtocol

Dependencies

  • rated TRI
  • rated TRF
  • stat based TRF

from DS_06_UC_02