asaf-kali / coursist

Open Source Workshop (67118) course team project
MIT License
6 stars 12 forks source link

Add "report as offensive" flag for comments and users #82

Open asaf-kali opened 4 years ago

asaf-kali commented 4 years ago

We need a way to control the comments users see. If someone sees a trolling user/comment, we need to be able to know about it and delete it. UI-wise, the flag should be a simple small icon next to each comment and user. Serverside-wise, when someone reports, we need to receive the reporting user details and the reported comment/user id. After this step, we can define a process where an email is sent / a database record is added.

asaf-kali commented 4 years ago

Maybe there already exists a django app that does that, worth checking.