openfarmcc / OpenFarm

A free and open database for farming and gardening knowledge. You can grow anything!
https://OpenFarm.cc
MIT License
1.57k stars 242 forks source link

Crop icon/image vandalism prevention #925

Open roryaronson opened 7 years ago

roryaronson commented 7 years ago

A concern we have at FarmBot is someone deleting all the crop icons we've uploaded and/or uploading something inappropriate and that then being served to our users (and eventually on OpenFarm itself).

What are some options for preventing this type of vandalism? Here are some ideas off the top of my head:

Br3nda commented 4 years ago

When there's no icon yet (i.e. we're using the default), we should allow uploading icons.

However, when one already exists, how about users can only propose replacements, and moderators need to approve them.

roryaronson commented 4 years ago

I think that's a good first step in preventing vandalism. Might require a decent amount of work to implement though?