Skip to content

Commit

Permalink
Fix tables lists display and links
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 28, 2024
1 parent 4b4d44c commit 0ee0ca0
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
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

0 comments on commit 0ee0ca0

Please sign in to comment.