Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifications tracking issue #203

Open
johnsBeharry opened this issue Dec 23, 2022 · 1 comment
Open

Notifications tracking issue #203

johnsBeharry opened this issue Dec 23, 2022 · 1 comment

Comments

@johnsBeharry
Copy link
Member

johnsBeharry commented Dec 23, 2022

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
@MTG2000
Copy link
Contributor

MTG2000 commented Jan 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants