Skip to content

Commit

Permalink
Update participants parent article
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles committed Nov 8, 2024
1 parent 847ee94 commit c11584f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 25 additions & 12 deletions docs/en/modules/admin/pages/participants.adoc
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
= Participants

Sometimes as an administrator you'll need to make certain tasks with participants, among them:
== Understand the basics

* To give permissions to other administrators so they can manage platform's content
* To verify user groups (organizations or collectives)
* To verify participants
* To recognize that a participant has a special status in the platform, with Officializations
* To authenticate that a person has the right to vote, with Authorizations
* To contact a participant
The participants tab allow you to make certain tasks with participants, among them:

You can access this section on the main sidebar of the admin panel.
* To manage access rights to the platform administration
* To contact participants
* To manage participants access to specific spaces
* To certify the identity of specific participants
* To certify the authenticity of user organizations or collectives

image:participants_menu.png[Participants menu]
== Configuration

Once you're in you can see all the different kind of participants and actions that you can do:
To access the Participants configuration panel, go in the administration panel and click the "Participants" item in the administration navigation bar.

image:participants_sidebar_menu.png[Participants sidebar menu]
image::participants/participants_menu.png[Participants menu]

There, you will first see the list of adminsitrators of the platform.

Check warning on line 19 in docs/en/modules/admin/pages/participants.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/participants.adoc", "range": {"start": {"line": 19, "column": 12}}}, "severity": "WARNING"}

Check failure on line 19 in docs/en/modules/admin/pages/participants.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'adminsitrators'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'adminsitrators'?", "location": {"path": "docs/en/modules/admin/pages/participants.adoc", "range": {"start": {"line": 19, "column": 39}}}, "severity": "ERROR"}

image::participants/participants_sidebar_menu.png[Participants sidebar menu]

In the secondary navigation panel, you can see all the participants configuration possibilities:

* xref:admin:participants/admins.adoc[Admins]
* xref:admin:participants/groups.adoc[Groups]
Expand All @@ -26,4 +31,12 @@ image:participants_sidebar_menu.png[Participants sidebar menu]
* xref:admin:participants/authorizations.adoc[Authorizations]
** xref:admin:participants/authorizations/identity_documents.adoc[Identity documents]
** xref:admin:participants/authorizations/code_postal_letter.adoc[Code by postal letter]
** xref:admin:participants/authorizations/census.adoc[Organization's census]
** xref:admin:participants/authorizations/census.adoc[Organization's census]

Some of those items might not appear in this menu, because they are'nt enabled.

Check warning on line 36 in docs/en/modules/admin/pages/participants.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'they're' instead of 'they are'. Raw Output: {"message": "[Google.Contractions] Use 'they're' instead of 'they are'.", "location": {"path": "docs/en/modules/admin/pages/participants.adoc", "range": {"start": {"line": 36, "column": 60}}}, "severity": "INFO"}

Check failure on line 36 in docs/en/modules/admin/pages/participants.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'are'nt'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'are'nt'?", "location": {"path": "docs/en/modules/admin/pages/participants.adoc", "range": {"start": {"line": 36, "column": 65}}}, "severity": "ERROR"}
To check how to enable them, go on the missing item documentation article.

== Examples

You want to add your colleagues so they can edit the platform.
You want to set specific flows for participants to be able to participate in a specific participatory space.

0 comments on commit c11584f

Please sign in to comment.