makers.bolt.fun
makers.bolt.fun copied to clipboard
Notifications tracking issue
There are two types of notifications we need
1. User notifications. Each user see's their notifications
- receive tip on {STORY|COMMENT}
- new comment on one of their posts
- added as a maker to a project
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.
- telegram
- discord
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:
- A new story gets created
- Someone comments on a story
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