Closed stevesoaress closed 6 years ago
I will store all the notifications and point it to an endpoint via express. Probably /notifications
. When a user clicks All Notifications
, we can make an API call to retrieve all notifications and display them appropriately.
In the future, we can also look at the priority status and how to display them.
For git-issues#13.
To test: add
io.sockets.emit("notification", {"link": '/status', "message": "message goes here"})