ocean-tech-ship / ocean-pearl-api

Public API for the OceanPearl project.
https://api.oceanpearl.io
4 stars 1 forks source link

Telegram Bot Integration #599

Open marhali opened 2 years ago

marhali commented 2 years ago

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.

marhali commented 1 year ago

Blueprint to start a new review on an project example:

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

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