DS 06 UC 03

From DP-RAIL Wiki
Jump to navigation Jump to search

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