Actions
Feature proposal #6341
closedImplement push notifications
Description
Implement API class for handling push notifications. This should act like notifications or something of the sort.
Actions
Added by krileon over 8 years ago. Updated about 8 years ago.
Description
Implement API class for handling push notifications. This should act like notifications or something of the sort.
Originally this would be a part of CB Notifications, but forget CB Notifications. Email notifications should be core CB. Rewritten PMS plugin should provide PMs. CB Activity should provide on-site (push) notifications as they're basically an activity stream.
Push notifications should just be an activity stream with some more restrictive functionality. For example commenting is forced off and global activity output is forced off. The asset should be similar to status posts (profile.USER_ID) as notification.USER_ID.
The notification handling in Activity object implement, but still has no actual usage.
Create access is forced off for notifications, but all other functionality will still work (e.g. you CAN mix assets, but not recommended).
Display handling, delete handling, and delete all handling implemented for notifications. Display parsing for the various notifications still needs implemented.
All notification display parsing done (for core activity, gj, and cb gallery). Just needs a means of showing new activity count on profile.
Still needs button to display new notification count.