Notifications Push
Provide the core services to sent Push notifications to mobile devices
What this module is used for
- Module path:
src/Modules/CloudSolutions.Notifications.Push - Orchard module name:
CloudSolutions.Notifications.Push - Category:
Notifications - Project website: https://www.winnerware.ai
- Author metadata:
Mike Alhayek
This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.
How to configure it
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.
Feature and dependency map
Push Notifications
- Feature ID:
CloudSolutions.Notifications.Push - Description: Provide the core services to sent Push notifications to mobile devices
- Category:
Notifications - Dependencies:
OrchardCore.Notifications
Push Notifications (OneSignal)
- Feature ID:
CloudSolutions.Notifications.Push.OneSignal - Description: Provides a way to send Push notification using OneSignal service
- Category:
Notifications - Dependencies:
OrchardCore.NotificationsCloudSolutions.Notifications.Push
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
No - Recipes present:
No - Controllers present:
Yes - Views present:
Yes - Assets present:
No - Workflows present:
No - Settings-related files found: none detected by filename pattern
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
OrchardCore.Notificationsis available and enabled where needed. - Confirm the dependency
CloudSolutions.Notifications.Pushis available and enabled where needed.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.