From 82785d8922ec7dd9427fc16f7bfbbfc8e3ffb49c Mon Sep 17 00:00:00 2001 From: lesion Date: Thu, 28 Mar 2024 13:25:31 +0100 Subject: [PATCH] WIP: documenting moderation --- docs/usage/moderation.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/usage/moderation.md diff --git a/docs/usage/moderation.md b/docs/usage/moderation.md new file mode 100644 index 00000000..98d91202 --- /dev/null +++ b/docs/usage/moderation.md @@ -0,0 +1,29 @@ +--- +layout: default +title: Moderation +permalink: /usage/moderation +nav_order: 1 +parent: Usage +has_toc: true +--- + +## Moderation +This feature could be enabled in **Admin > Settings > Enable Moderation**. +By default it is not enabled. + + + + + +### Report an event +When this feature is enabled (**Admin > Settings > Enable Report**) every person could report an event. +All administrators will receive an e-mail notification with the report. +This feature is not enabled by default. Note that to enable this feature [moderation](#moderation) should be enabled too. + + + +### Manage a report +Admins and editors could talk each other and take notes on events, eventually they could include event author to their message + +> info "References" +> [#220](https://framagit.org/les/gancio/-/issues/220), [#221](https://framagit.org/les/gancio/-/issues/221), [#350](https://framagit.org/les/gancio/-/issues/350)