diff --git a/docs/en/modules/admin/pages/components/meetings.adoc b/docs/en/modules/admin/pages/components/meetings.adoc index 5e2cdde18..dd0ba829b 100644 --- a/docs/en/modules/admin/pages/components/meetings.adoc +++ b/docs/en/modules/admin/pages/components/meetings.adoc @@ -17,7 +17,7 @@ image::components/meetings/example01.png[Example meeting detail 01] == Configuration -To create a Meetings component, first go in the xref:admin:spaces.adoc[participatory space] where you want to create it. +To create a Meetings component, first go to the xref:admin:spaces.adoc[participatory space] where you want to create it. image::components/meetings/component_meeting.png[Add Meetings component button] @@ -90,11 +90,11 @@ Learn more in xref:components/meetings/registrations.adoc[Registrations]. |Enable pads creation |Optional -|If you want an Etherpad embedded in your meetings. Must have the xref:services:etherpad.adoc[Etherpad] integration configurated. +|If you want an Etherpad embedded in your meetings. Must have the xref:services:etherpad.adoc[Etherpad] integration configured. |Participants can create meetings |Optional -|Allows participants to create new meetings. Learn more in xref:_citizens_meetings[Citizens meetings]. +|Allows participants to create new meetings. Learn more in xref:components/meetings/meetings.adoc#_participants_meetings[Participants meetings]. |Maps enabled |Optional diff --git a/docs/en/modules/admin/pages/components/meetings/polls.adoc b/docs/en/modules/admin/pages/components/meetings/polls.adoc index babc5959e..c3d8701d1 100644 --- a/docs/en/modules/admin/pages/components/meetings/polls.adoc +++ b/docs/en/modules/admin/pages/components/meetings/polls.adoc @@ -36,7 +36,7 @@ image::components/meetings/polls/backend.png[Backend for meeting polls] You can add as many questions and answer options as you want. -== Manage +=== Manage Prior to the meeting, if the administrators already configured the polls questions, participants can see a button "Reply poll" on the meeting page, warning them that a poll is going to be published on this meeting. @@ -56,6 +56,6 @@ Then, administrators can decide to send the questions results to participants, s image::components/meetings/polls/poll_participant_replies_sent.png[Polls replies view for participant] -== Export +=== Export -Participants answers can be exported through the "Export all" button in CSV, JSON, Excel and PDF. \ No newline at end of file +Participants' answers can be exported through the "Export all" button in CSV, JSON, Excel and PDF. \ No newline at end of file diff --git a/docs/en/modules/admin/pages/components/meetings/registrations.adoc b/docs/en/modules/admin/pages/components/meetings/registrations.adoc index c01ababa5..f9ba87138 100644 --- a/docs/en/modules/admin/pages/components/meetings/registrations.adoc +++ b/docs/en/modules/admin/pages/components/meetings/registrations.adoc @@ -12,14 +12,16 @@ Enabling this feature adds a "Register" button so that participants can express image::components/meetings/registrations/frontend_join_meeting.png[Join a meeting button on meeting page] -Depending in how this feature is configured, then administrators can: +Depending on how this feature is configured, then administrators can: . define how many slots are available for controlling the maximum capacity for this meeting . create a xref:_registration_form[custom registration form] to ask information to participants . send xref:_invitations[invitations] to other participants or people not registered in the platform . control attendance to the meeting through xref:_registration_code[registration codes] -== Register to a meeting +== Configuration + +=== Register to a meeting When a participant clicks on the "Register" button, they get asked @@ -28,7 +30,7 @@ When a participant clicks on the "Register" button, they get asked image::components/meetings/registrations/frontend_confirm.png[Join a meeting confirm modal] -== Manage registrations +=== Manage registrations Once you chose to deal with registrations "On this platform" when creating a meeting, you can manage registrations by clicking the image:icons/action_registrations.png[Registrations icon] Registrations icon. @@ -71,11 +73,11 @@ after the registration code if it's enabled. |Registration terms |Required -|What terms of services participants need to accept to register or join the meeting. +|What terms of service participants need to accept to register or join the meeting. |=== -== Registration form +=== Registration form This feature allows you to define a custom form like the xref:admin:components/surveys.adoc[Surveys] component to ask participants for registration information. @@ -83,7 +85,7 @@ for registration information. To create a registration form, check the "Registration form enabled" on the registrations page, and click the "Save" button. Then, you can click the "Registration form" button in the top right of the page. -== Export all +=== Export all You can export registrations in multiple formats: CSV, JSON and XLSX (Excel). @@ -95,14 +97,14 @@ The exported data contains these fields: * user/email: the email of the user * user/user_group: the group of the user if they have selected that they represent a group when registering -== Invitations +=== Invitations This feature allows you to invite attendees to a meeting. They can be active participants or non-existing participants in the platform. image::components/meetings/registrations/invite_attendee.png[Invite attendee for registration in a meeting] -== Registration code +=== Registration code This feature allows you to check if an attendee is well registered in the meeting. @@ -116,6 +118,6 @@ The organizer then enters the code in the "Validate registration code" field, to image:components/meetings/registrations/backend_w_registration_code.png[Registration code form in a meeting] -Once the code gets verified, the attendee is considered to having participated in the meeting, and the code is marked as validated. +Once the code has been verified, the attendee is considered to have participated in the meeting and the code is marked as validated. image:components/meetings/registrations/frontend_confirmed_w_code.png[Registration code in a meeting frontend] diff --git a/docs/en/modules/admin/pages/moderations/reported_users.adoc b/docs/en/modules/admin/pages/moderations/reported_users.adoc index 0987900f7..f3945b295 100644 --- a/docs/en/modules/admin/pages/moderations/reported_users.adoc +++ b/docs/en/modules/admin/pages/moderations/reported_users.adoc @@ -1,11 +1,15 @@ = Reported participants +== Understand the basics + There are instances where participants might violate the xref:pages/pages.html#_the_terms_and_conditions_page[Terms and Conditions] of the platform, so it's useful to have the option for reporting and blocking participants. You can block participants from the xref:participants/participants.adoc[participants section in the administration panel] or through the "Reported participants" section. -== Report a participant +== Configuration + +=== Report a participant Any logged in participant can report another participant through the "Report" button in the participant profile. @@ -21,7 +25,7 @@ directly block the user and hide all their contents. They have to provide a just image:moderations/reported_participant_modal_admin.png[Give reason for reporting a participant modal administrators] -== Manage reported participants +=== Manage reported participants Reported participants are visible on the "Reported participants" section of the Global moderations panel. diff --git a/docs/en/modules/admin/pages/spaces/initiatives/sign.adoc b/docs/en/modules/admin/pages/spaces/initiatives/sign.adoc index c0a6070a6..52b90de1e 100644 --- a/docs/en/modules/admin/pages/spaces/initiatives/sign.adoc +++ b/docs/en/modules/admin/pages/spaces/initiatives/sign.adoc @@ -2,10 +2,12 @@ == Understand the basics -Initiatives are meant to be signed, wether with online or in-person signatures. The goal of an initiative author is to promote its initiative +Initiatives are meant to be signed, whether with online or in-person signatures. The goal of an initiative author is to promote its initiative and gather support for it. -== Signature process +== Configuration + +=== Signature process Once the initiative is published by an administrator, it becomes visible in the initiatives listing page.