HackGT / buzzer

A robust notification delivery service
MIT License
4 stars 0 forks source link

Notifications History #14

Open illegalprime opened 6 years ago

illegalprime commented 6 years ago

Keep a record of all notifications that went out, their status, and who sent them. This is good for both accountability (e.g. knowing who sent out a controversial message) but it's also good for users being able to see any notifications they missed (e.g. if they just logged into the live site).

In order to have the live site only show relevant notifications its probably a good idea to save where a notification went, so the live site can pull only notifications that were sent to it.

joel99 commented 5 years ago

@slickboy this would be a good test for your newfound ts graphql knowledge, @Litagano-M I think working w/ the storage mechanism would be a good role for you here, look at nedb or the like, I'm your point of contact for this (consider this your horizons work)