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

Flag content as inappropriate #13

Open
Taitrnator opened this issue May 13, 2015 · 5 comments
Open

Flag content as inappropriate #13

Taitrnator opened this issue May 13, 2015 · 5 comments

Comments

@Taitrnator
Copy link
Member

  • need a feature to flag content as inappropriate.
@sailorseashell
Copy link
Member

I found a gem that we might be able to use to extend our api to add this behavior! @davidgrieser, what do you think of this?

@sailorseashell
Copy link
Member

Anyone care to weigh in here?

@davidgrieser
Copy link
Member

Really this is just a flag or count of people marking as inappropriate. If it goes over a threshold, lets say 5, then active/visible status should just change to false until an admin reviews it. It is nice to see that a user flagged a post, but I'm not sure what the limits are from the gem. Keeping track of who is flagging posts would be beneficial though. Also, tracking who posts what. So that if someone is getting consistently flagged posts, their account is disabled until an admin reviews it.

Just my 2¢

@sailorseashell
Copy link
Member

I wish I had built in user permission handling in advance. It looks like this gem would support all of the features that you're describing. We can already track who posts what. Every "Pothole" model is owned by a User. We can also see who is flagging what posts. I think having a user be disabled until review after creating a bunch of flagged posts would be a great feature as well! Really necessary if we're even going to have a content flagging system.

@davidgrieser
Copy link
Member

It is compatible with Rails 4. So this should work.

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

3 participants