-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider moving the questions reported as "Misplaced bug report or support request" to the /moderate page instead of /flagged #2088
Comments
I've double checked this ^ with Ryan. Currently we don't collect any GA4 data for the "Report Abuse" actions. So we need to add that if needed (but definitely not for v1) |
When a user flags a question as wrongly categorized, there's a flag created per user. Although this makes sense from a user perspective, it creates multiple items for the same question in the moderation tool which is problematic. in order to solve for this, there's a PR that introduces the notion of DUPLICATE entries. If a moderated question is flagged as misplaced, the initial flag will be set back to PENDING and new additional flags (one per user that flags the question) will be created as duplicates. This will allow us to both capture user intention and accompanied data but to also keep a single item in the moderation queue. |
I can confirm that:
I'm moving this ticket inside the |
Describe the bug
Since we do want to restrict the change/moderation of question topics to agents only we also need to have a safety net and to give agents the possibility of correcting mistakes performed during moderation. While testing out our existing flows we've noticed the following:
Question Details
section. But since we've disabled this action in Lock the editing of the topic and tags of the question if moderated #2058 agents won't be able to correct topic categorization mistakes manually.Question Details
section (as per Remove only the edit details and not the question details section #2087) the question topic becomes visible to our contributors. Contributors might spot a mistake (a wrong topic categorization performed by agents) and flag it be corrected via the "Report Abuse > Misplaced bug report or support request" option.The identified problem
/flagged
page instead of the/moderate
one. Since the question was already moderated by an agent, contributors working on the/flagged
page won't be able to handle the topic change (since the/flagged
page lacks the functionality of modifying the question topic and the functionality of changing the topic from the Question Details sections gets automatically disabled after moderation).Possible solution
We should give agents the possibility to correct mistakes performed during moderation (even if the mistake was spotted by the agent or by a different user/contributor).
This could be done by moving all questions which were flagged as
Misplaced bug report or support request
back to/moderate
(instead of/flagged
) so we can:/moderate
tool for correction.Notes from Josh
/moderator
tool we should have a visible marker for that question/ticket which should point out to agents that the question was previously moderated but flagged as wrongly moderated.The text was updated successfully, but these errors were encountered: