JoinSEEDS / seeds-smart-contracts

Smart contracts for SEEDS - A Regenerative Civilization Building Game.
https://docs.google.com/document/d/1C4w9Ol8VGabCIcQDVPDrwcTRoJXBqhrb7VjslwQbUGU/edit#heading=h.6f4sxygso816
MIT License
20 stars 6 forks source link

Add a "reason" text when Flagging #379

Open julioholon opened 3 years ago

julioholon commented 3 years ago

When flagging a user it's very important to have context so people can review the abuse of flagging.

The proposal it to add a "reason" string when flagging people, to the flag ACTION. Then change the flagging table to record that reason too.

Might need database migration if we have flags yet.