You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a place to search for past messages quickly without relying on the checkers bot or bigquery
We need a quick mechanism to detect and react to any errors in categorisation
To Do:
Everytime theres a new Message object is created in Firestore, on top of creating a poll, to send the content (text or image+caption) to this new Telegram chatgroup
If it's auto-classified, follow up with an immediate reply to the Telegram message informing of the category.
Else, follow up with an immediate reply saying it's being voted on.
Everytime isAssessed flag is true and there is a change in primaryCategory, reply to the original message in telegram (point 1) informing of the change. This will include the first time the Message changes to isAssessed.
Remarks
Will have to create a new secret to store the chatID
Create two telegram chats, one for nonprod testing and one for prod. For the nonprod testing, just put the telegram chatID into .env.local.
We can use the current telegram report bot to handle this part
The text was updated successfully, but these errors were encountered:
Issues Addressed
To Do:
Remarks
The text was updated successfully, but these errors were encountered: