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

Reporting posts and users #57

Closed
cnvo opened this issue Nov 13, 2013 · 4 comments
Closed

Reporting posts and users #57

cnvo opened this issue Nov 13, 2013 · 4 comments

Comments

@cnvo
Copy link

cnvo commented Nov 13, 2013

Not sure about an individual post itself, but it would be nice if there was a way to report images that aren't marked with the correct rating or is questionable. Reporting users, for obvious reasons.

@rr-
Copy link
Owner

rr- commented Nov 13, 2013

If I were to implement flagging individual posts:

  1. What if many people flag one post differently?
  2. What about troll flagging?
  3. Mod decides it's safe, but people keep flagging it. How should that be resolved?
  4. This imposes work on moderators to check recent flags.

Same questions concern flagging users.

@cnvo
Copy link
Author

cnvo commented Nov 13, 2013

Thanks for replying and raising a new issue for this matter. https://github.com/rr-/szurubooru/issues/58

What if many people flag one post differently? - Yeah, there would be a problem then.
What about troll flagging? - Thresholds?
Mod decides it's safe, but people keep flagging it. How should that be resolved? - Another good question.
This imposes work on moderators to check recent flags. - Depends on the community, and many different factors such as traffic, etc. Again, thresholds would suffice here. Maybe set a number of flags to 7 when the issue of whether of not a moderator should take action?

@rr-
Copy link
Owner

rr- commented Nov 13, 2013

My idea is to implement some kind of logging engine that only mods can see and that provides info like this:

[13:37:15] derp deleted @125
[13:37:10] herp flagged @125 for moderator attention
[13:37:05] derp tagged @125: -e +f
[13:37:00] derp uploaded @125 tagged with a,b,c,d,e

I'd make customizable filters for this, for example an option to show only "tag" events or only "flag" events.

@cnvo
Copy link
Author

cnvo commented Nov 13, 2013

Sounds like a good plan. That would actually be the easier approach to the situation.

@ghost ghost assigned rr- Nov 13, 2013
@rr- rr- closed this as completed in 3c41940 Nov 17, 2013
@rr- rr- added the 0.x label Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants