🚀 [Feature] [Moderation] Enforce the moderators to first report before they can disable
Created by: Tirokk
Authored by Tirokk Closed
🚀 Feature
Users, posts, and comments should be only possible to disable if they are reported before.
- This is important for transparency. A moderator can not disable nodes without reason and knowledge of other moderators.
- This makes the human interface less complex. See Additional context …
Design & Layout
- For moderators the context menu should have no item
Disable Contribution
(and other nodes) if the node is not reported. - As a hint only for moderators the context menu report item
Report Post
(and other nodes) should be namedReport Post (necessary for disabling)
.
Additional context
Then we need no extra list for disabled nodes.
Todo
-
Backend should only disable nodes that are reported already. -
Change the database: All disabled nodes get a report relation with the submitter as the disabler, the reasonCategory
asother
and thereasonDescription
asAutomatically created for database consistency …
.