Skip to content

Unwatched instances (comment, question, answer) #51

@sbabashahi

Description

@sbabashahi

Currently review and interview comments, company questions and answers are not under any process to check the contents.

For example:
Reviews and interviews have a field is approved, default is false, after creating and updating a message containing data about review or interview will send to telegram bot. Telegram bot will notify moderators and they will check contents and will decide to approve it or not. They check contents against the site rules.

We need a process to check contents of these instances as review and interview.

Suggested solution:
Add a boolean field named reported to these instances.
An API that from frontend instances could be reported by users.
Request data are id of instance and type of instance. Currently type of instance choices are review_comment, interview_comment, question and answer.
After reporting API called we could check if instance reported before or not by using reported field.
If it's not reported before we could send content of instance to telegram bot for moderators decision,
And we need an API like approving review and interviews from telegram to delete instance by moderators.

Any other suggestion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions