Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General fixes #177

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/en/modules/admin/pages/first_steps.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ You can see several sections on this page:

To navigate in the administration panel, you can click in all of the items displayed in the vertical navigation bar on the left.

*** xref:admin:spaces/processes.adoc[Participatory Processes]
*** xref:admin:spaces/assemblies.adoc[Assemblies]
*** xref:admin:spaces/initiatives.adoc[Initiatives]
*** xref:admin:spaces/conferences.adoc[Conferences]
** xref:admin:global_moderations.adoc[Global moderations]
** xref:admin:pages.adoc[Pages]
** xref:admin:participants.adoc[Participants]
** xref:admin:newsletters.adoc[Newsletters]
** Settings
** Admin activity log
** Templates
* xref:admin:spaces/processes.adoc[Participatory Processes]
* xref:admin:spaces/assemblies.adoc[Assemblies]
* xref:admin:spaces/initiatives.adoc[Initiatives]
* xref:admin:spaces/conferences.adoc[Conferences]
* xref:admin:global_moderations.adoc[Global moderations]
* xref:admin:pages.adoc[Pages]
* xref:admin:participants.adoc[Participants]
* xref:admin:newsletters.adoc[Newsletters]
* Settings
* Admin activity log
* xref:admin:templates.adoc[Templates]
6 changes: 3 additions & 3 deletions docs/en/modules/admin/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ can configure the platform in a general way (images, information pages, etc.,) a

== Get started

* xref:admin:.adoc[Getting started]
* xref:admin:first_steps.adoc[First steps]
* xref:admin:.adoc[Settings]
* xref:admin:pages.adoc[Pages and topics]
* xref:admin:participants.adoc[Participants]
* xref:admin:.adoc[Global moderation]
* xref:admin:global_moderations.adoc[Global moderations]
* xref:admin:spaces.adoc[Spaces]
* xref:admin:components.adoc[Components]
* xref:admin:.adoc[Features]
* xref:admin:.adoc[Templates]
* xref:admin:templates.adoc[Templates]
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ After a participant has reported a content, it appears in two sections of the ad
image:moderations/moderations_backend_list_content.png[Global moderations panel for content]

There you'll find first all the unprocessed reports if there's any, with:

* *Id*: unique identifier of the reported content.
* *Type*: the kind of content reported, for instance comment, proposal, debate, etc.
* *Participatory Space*: which space this content belongs to.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Reported participants are visible on the "Reported participants" section of the
image:moderations/moderations_backend_list_users.png[Global moderations panel for users]

You can find all the reported participants on the reported participant list in the administration panel, with:

* *Name*: name of the participant, with a link to their profile.
* *Nickname*: nickname of the participant, with a link to their profile.
* *Reason*: why the participant is reported. If the participant that made the report has given extra
Expand Down
1 change: 1 addition & 0 deletions docs/en/modules/admin/pages/participants/admins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ If an administrator doesn't already have an account, but didn't register, you ca
== Manage administrators

You can find all the administrators on the administrators list in the administration panel, with:

* *Role*: type of administrator rights, can only be Administrator or Participant manager.
* *Name*: name of the participant.
* *Email*: email of the participant.
Expand Down
1 change: 1 addition & 0 deletions docs/en/modules/admin/pages/participants/groups.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ To learn more about how participants can do this, go to the xref:admin:features/
== Manage user groups

When a participant creates a user group, it adds a line in the user groups list in the administration panel, with:

* *Name*: name of the user group.
* *Nickame*: nickame of the user group.
* *Document number*: can be the identification number of the structure, like a company or association identification number.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ image::participants/participants_impersonations_backend_list_button.png[Administ
== Manage impersonations

You can find all the participants of the platform, with:

* *Name*: name of the participant.
* *Status*: if the participant is impersonated/managed or not.

Expand Down
3 changes: 2 additions & 1 deletion docs/en/modules/admin/pages/participants/participants.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ image:participants/participants_participants.png[Participants list]
== Manage participants

You can find all the participants here, with:

* *Name*: name of the participant, with a link to their profile.
* *Nickname*: nickname of the participant, with a link to their profile.
* *Created at*: date of the participant account creation.
Expand Down Expand Up @@ -79,7 +80,7 @@ image:participants/participants_showed_email_admin_log.png[Admin activity log fo

To contact participants directly through the private messaging of the platform, click the "Contact" icon.

image:participants/participants_conversation.png[Conversation with a participant].
image:participants/participants_conversation.png[Conversation with a participant]

=== Officialize

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ When there is a verification conflict, administrators receive an email notificat
== Manage verifications conflicts

In the verifications conflict panel, you can find all the conflicts, with:

* *User*: name of the non managed participant who tried to get verified from their account.
* *Managed user*: name of the impersonated user with the same verification data.
* *Attempts*: number of time the user tried to get verified with their data.
Expand Down