-
Notifications
You must be signed in to change notification settings - Fork 3
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 System #9
base: master
Are you sure you want to change the base?
Flag System #9
Conversation
We now expose a method of flagging questions now, at least. |
can't remember if I moved this feature to master or not.... |
You did. 😜 |
closable? |
… hang on a second. I was wrong. There's a link to |
… and that'd be because it's in a branch. How did I not notice that? |
rip merging... |
OH FRUITCAKES! |
You have no idea what just happened in my brain |
I was like "A flags! Davo means command line flags! Of course! I did that, they're in master, but the branch isn't up to date... I guess I can fix that", after a few minutes of subconcious thinking I was like "cow! It was the reporting system that needed merging, I DIDNT GET ANY MERGE CONFLICTS THOUGH SO I HOPE IT WORKS!".... #ineedsleep |
god @paked stop pulling all nighters |
Rebased and force-pushed to branch flag as commit 5383245. |
Whilst we're here, can we get some tests landed for this as well? |
Do we also want to improve the flagging system to track who flagged the question as well? It'll require a database schema change, but it'd be worth it, IMO. |
In the original plan we described a system that would remove highly flagged questions, although we never got around to doing it, it is a critical element to making this "internet safe".
This could be ran as a scheduled task (read: using cron) or just something that was calculated after each flagged request.