Difference between revisions of "DS 06 UC 03"
From RFF Wiki
Line 18: | Line 18: | ||
** mobile push notifications | ** mobile push notifications | ||
** social media channels | ** social media channels | ||
+ | |||
+ | = Objects = | ||
+ | * TrainLogBook | ||
+ | * Subscription | ||
+ | * NotificationProtocol | ||
= Dependencies = | = Dependencies = |
Revision as of 22:02, 15 September 2021
Contents
UC03 Inform registered users about train status
Input
- rated TRI
- rated TRF
- stat based TRF
Workflow
- 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.
- Notify RU: The logic scans the provided notification patterns and initiates the RU user alert based on the fired trigger.
Output
- Message channels like
- mobile push notifications
- social media channels
Objects
- TrainLogBook
- Subscription
- NotificationProtocol
Dependencies
- rated TRI
- rated TRF
- stat based TRF
from DS_06_UC_02