Difference between revisions of "DS 06 UC 03"
From RFF Wiki
(2 intermediate revisions by the same user not shown) | |||
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 8: | Line 9: | ||
= Workflow = | = Workflow = | ||
# 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 suitable notification schema and | + | ##* e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85% |
− | * the appropriate delivery channel. | + | ## the suitable notification schema and |
+ | ##* e.g. CHI departure + 15min >75% information | ||
+ | ##* e.g. CHI departure + 20min >80% alert | ||
+ | ## 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. | ||
Line 18: | Line 24: | ||
** mobile push notifications | ** mobile push notifications | ||
** social media channels | ** social media channels | ||
+ | |||
+ | = Objects = | ||
+ | * TrainLogBook | ||
+ | * Subscription | ||
+ | * NotificationProtocol | ||
= Dependencies = | = Dependencies = |
Latest revision as of 12:44, 22 September 2021
Contents
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
- Set notification: A RU subscribes to a information service based on (for the POC) Train Running Information. He sets
- the necessary triggers,
- e.g. TR0016---12332145601202120210922 22.9.2021 CHI departure 13:35 + 23min 85%
- the suitable notification schema and
- e.g. CHI departure + 15min >75% information
- e.g. CHI departure + 20min >80% alert
- the appropriate delivery channel.
- e.g. IT information to mail@informatione.it and Push messag
- e.g. IT alert to Push message +39401349762
- the necessary triggers,
- 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