i am building a social network platform, as a platform to learn web development. i have some questions on how should community moderation be implemented properly.
flagging
should it be totally automated? eg. if a post is flagged xx times, it will be closed/deleted?
some problems i see is that, if somehow a grp of users decide to wreck havoc, they can just go arnd flagging everything? of course hopefully the community dont have such many users?
a more non-destructive method is hide the post by default, and have users click to see the flagged post. this will happen until trusted moderators delete the post?
closing/deleting posts
i think this should be reserved for trusted moderators/admins? or will it be too much work?
how is it implemented commonly? like in Forrst or stack overflow?