Skip to content

Commit f6bb091

Browse files
committed
Add cascading notification feature with sequential delivery and time-delayed escalation - #127
1 parent 18fc32f commit f6bb091

File tree

13 files changed

+3342
-0
lines changed

13 files changed

+3342
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* Grouping notifications (grouping like *"Kevin and 7 other users posted comments to this article"*)
2525
* Email notification
2626
* Batch email notification (event driven or periodical email notification, daily or weekly etc)
27+
* Cascading notifications (progressive notification escalation through multiple channels with time delays)
2728
* Push notification with [Action Cable](https://guides.rubyonrails.org/action_cable_overview.html)
2829
* Subscription management (subscribing and unsubscribing for each target and notification type)
2930
* REST API backend and [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification)
@@ -104,6 +105,7 @@ You can see sample single page application using [Vue.js](https://vuejs.org) as
104105
- [Batch email subject](/docs/Functions.md#batch-email-subject)
105106
- [i18n for batch email](/docs/Functions.md#i18n-for-batch-email)
106107
- [Grouping notifications](/docs/Functions.md#grouping-notifications)
108+
- [Cascading notifications](/docs/Functions.md#cascading-notifications)
107109
- [Subscription management](/docs/Functions.md#subscription-management)
108110
- [Configuring subscriptions](/docs/Functions.md#configuring-subscriptions)
109111
- [Managing subscriptions](/docs/Functions.md#managing-subscriptions)

0 commit comments

Comments
 (0)