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

Telegram Bot Integration #599

Open
marhali opened this issue Sep 11, 2022 · 1 comment · May be fixed by #610
Open

Telegram Bot Integration #599

marhali opened this issue Sep 11, 2022 · 1 comment · May be fixed by #610

Comments

@marhali
Copy link
Collaborator

marhali commented Sep 11, 2022

We want to get notified when updates happen on OceanPearl. This includes new project creation, update posts and more...
Additionally we can use the Telegram Bot to review these updates and approve or decline them.

  • Research Telegram Bot API
  • Notify on project creation
  • Notify on project posts (updates)
  • POC review system (approving / declining / commenting)
@marhali marhali linked a pull request Sep 15, 2022 that will close this issue
@marhali
Copy link
Collaborator Author

marhali commented Oct 2, 2022

Blueprint to start a new review on an project example:

const projectModel: ProjectType = ...
const reviewService: TelegramReviewService = ...

reviewService.requestReview(new NewProjectReviewRequest(model)));

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

Successfully merging a pull request may close this issue.

1 participant