platelet-app / platelet

Dispatch system for emergency volunteer couriers.
https://platelet.app
Apache License 2.0
38 stars 10 forks source link

Notifications system #33

Open duckbytes opened 2 years ago

duckbytes commented 2 years ago

Currently there are no persistent notifications for users while on the web app.

It would be helpful for users to know when a task has been assigned to them, or a task they are assigned to receives a comment.

A notifications icon could be added to the top bar, redux-saga used to listen for notifications and Amplify for pushing notifications.