peakshift / makers.bolt.fun

https://makers.bolt.fun
GNU General Public License v3.0
31 stars 21 forks source link

Notifications tracking issue #203

Open johnsBeharry opened 1 year ago

johnsBeharry commented 1 year ago

There are two types of notifications we need

1. User notifications. Each user see's their notifications
2. Platform Notifications to other platforms via web hooks

Use web hooks and background workers to deal with the following types of notifications off the platform.

MTG2000 commented 1 year ago

There is a new PR #222 that adds a very basic version of notifications until we build the full version. This basic version sends notification to a discord channel on bolt.fun server each time:

Of course as I mentioned, this is only a basic version, but it should push us enough until we have the time capacity to design & develop a full notifications system