-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2023-06-05] [HOLD] [Moderation] Create Report.flagReportAction #18506
Comments
Eep! 4 days overdue now. Issues have feelings too... |
Still overdue 6 days?! Let's take care of this! |
Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
will get to this next week! |
Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.19-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-06-05. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
Triggered auto assignment to @kevinksullivan ( |
Bug0 Triage Checklist (Main S/O)
|
Not a bug, grabbing a teammate to help with payment for @allroundexperts's review. |
Sounds good. Payment is $1000 @dangrous ? |
@kevinksullivan yep! |
Hey @allroundexperts , I sent an offer for the job https://www.upwork.com/jobs/~0131aae97657676ce2 Let me know when you accept and I'll get this paid out! |
Accepted, thanks! |
Part of NewDot Moderation - Tracking Issue and Design Doc
Design Doc Section
Once we have the flag data sent to us by using one of the severity options detailed above, we will need to send it to the backend for handling. We will create a new function in Report.js called FlagComment, which will take as parameters (reportActionID, user, severity).
The function will generate the optimisticData by adding the appropriate flag severity and decision to the message, as well as the RBR in case something goes wrong.
In case of failure, we just return the original message.
We’ll then send the data to the api with a write command:
The text was updated successfully, but these errors were encountered: