makers.bolt.fun icon indicating copy to clipboard operation
makers.bolt.fun copied to clipboard

Notifications tracking issue

Open johnsBeharry opened this issue 3 years ago • 1 comments

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 Screenshot 2023-01-10 at 17 54 36
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

johnsBeharry avatar Dec 23 '22 16:12 johnsBeharry

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

MTG2000 avatar Jan 11 '23 07:01 MTG2000