Implement Push Notifications #1456
Labels
App:Backend
App:Frontend
Kind:Core
Anything that changes or affects the fundamental core data structures & design of the application.
Kind:Enhancement
Improvements, new features, performance upgrades, etc.
Level:Advanced
Note:Tooling
Priority:High
Problem
The notifications in the app don't send push notifications.
Solution
Suggestions and things to keep in mind:
Useful projects:
Research:
Also, study the existing
web-push
library we're using for push notifications based on Sebin's PR.Note
Progress Update
The plan is to move Chelonia into the service worker, which will then receive and process push notifications in the background.
This was started in #1981, and then that was paused as we decided we didn't have time to finish this before release. Instead we made the necessary API re-arrangement in #2137 (which was merged) to support moving Chelonia into the service worker in the future. After it's moved into the service worker, then work on push notifications can begin.
The text was updated successfully, but these errors were encountered: