-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
The mobile client's architecture remains largely unchanged, but its role as a data source becomes more explicit.
- Responsibility:
- Report Events: Reliably call the new backend API endpoints to report user activity.
- Handle Payloads: Continue to handle incoming
PushNotificationPayloadobjects and use thedatamap for deep-linking, as it does now. The client remains agnostic to why the notification was sent.
- Enhancements:
- User Settings: A new section in the settings page could be added to give users granular control over the types of engagement notifications they receive. This would be a new model, separate from the filter-based
deliveryTypes. - Example Settings:
Allow Promotional Notifications: boolAllow Content Suggestions: boolAllow App Updates & Announcements: bool
- The backend services would query these settings before sending a notification to a user.
- User Settings: A new section in the settings page could be added to give users granular control over the types of engagement notifications they receive. This would be a new model, separate from the filter-based
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog