Skip to content
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

Add clarification on what the Flag button does #193

Closed
edjw opened this issue Feb 15, 2019 · 3 comments
Closed

Add clarification on what the Flag button does #193

edjw opened this issue Feb 15, 2019 · 3 comments
Assignees
Labels

Comments

@edjw
Copy link

edjw commented Feb 15, 2019

It's not clear what happens when you click the Flag button on the ISP reports page. Similarly to the issue described here, can we add a tooltip or some copy to make it clear to a researcher using the admin area what will happen if they click the Flag button?

@ei8fdb
Copy link

ei8fdb commented Feb 18, 2019

@edjw could you give a screen shot of that page?

What (in long hand format...) will hapepen when a researcher clicks the flag button?

Do they (the researcher) need a way to undo the act of flagging?

@edjw
Copy link
Author

edjw commented Feb 18, 2019

Thanks for this Bernard :-)

What (in long hand format...) will hapepen when a researcher clicks the flag button?

When the researcher clicks the flag button, the ISP report is abandoned and no longer progresses through the unblock process. The final state of the report is marked as "abuse" to differentiate it from cancellation. We also use it when we see attempts to unblock obvious actual pornography sites and scams. Users can be scored negatively on the number of abuse reports they've submitted and possibly even get themselves blacklisted. The flag report feature also prevents the user's comment for the ISP report from showing on the front-end.

Do they (the researcher) need a way to undo the act of flagging?
When the Flag button is clicked, it turns into an Unflag button.

Here's the screenshots of that page

With nothing flagged
nothing_flagged

With one report flagged
flagged

@dantheta
Copy link

dantheta commented Jun 2, 2019

I've added an ISP report state diagram here:

https://github.com/openrightsgroup/Blocking-Middleware/wiki/ISP-Report-submission-process

The flag button marks the ISP report with the status "Abuse". It's intended to immediately halt processing of the ISP report (closing it), and to ensure that it can't count towards the unblocked or rejected statistics. The URL would not be reportable against that network again.

The flag is intended to halt the processing of reports which are not suitable for unblocking, such as obvious known adult sites, or where the reporter is trying to link-farm or anything like that. The comments attached to reports which have the abuse status are not published on the site.

In case of administrator error, the abuse flag can be reset, which returns the report to the pending or sent state.

This is probably a bit too much detail to include in a tooltip or info panel in the control panel UI, but might be suitable as a wiki or manual page. Suggestions welcome!

@dantheta dantheta added the review label Jun 2, 2019
@edjw edjw closed this as completed Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants