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

Settings #174

Merged
merged 18 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions docs/en/modules/admin/pages/settings/scopes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

For instance, in the case of the city of Barcelona the scopes correspond to its districts, and the children of a
district are its neighborhoods.
They can also have types, so it can be configured, for example, by thematic and also territorial scopes.

Check warning on line 7 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be configured'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be configured').", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 7, "column": 37}}}, "severity": "INFO"}

Most of the components and spaces in Decidim allow you to configure Scopes in one way or another.

Expand Down Expand Up @@ -91,17 +91,17 @@
Some examples:

* With Accountability module, so it's possible to filter Results
* Assemblies and Processes can have Scopes. It's used for filtering multiple assemblies in the main listing page (/assemblies or /processes). These can be hidden with the "Enable participatory space filters" in the xref:admin:settings/configuration.adoc[configuration].

Check warning on line 94 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 94, "column": 114}}}, "severity": "INFO"}

Check warning on line 94 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be hidden'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be hidden').", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 94, "column": 153}}}, "severity": "INFO"}
* Filtering in the sidebar is possible in Budgets Projects, Initiatives and Proposals. In some of these components you can control if these filters are shown with the "Scopes enabled" checkbox in the component settings. This will also enable or disable the scope selector in the resource creation form.
* Filtering in the sidebar is also available in some components, where you can control if these filters are shown with the "Scopes enabled" checkbox in the settings. It also enable the scope selector in the resource creation form.

Check warning on line 95 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('are shown'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('are shown').", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 95, "column": 105}}}, "severity": "INFO"}
paulinebessoles marked this conversation as resolved.
Show resolved Hide resolved

You can also configure a participatory space so the filtering will only concern one scope and its children scopes. For example, let's imagine your organization have 3 different scopes for 3 cities, each of them having children scopes for the cities neighbourhoods.
On a participatory space which concerns only one of the cities, you will be able to select only this scope and its children so that users do not see the scopes of other cities in the filter options.
You can also configure a participatory space so the filtering only concerns one scope and its children scopes. For example, let's imagine your organization have 3 different scopes for 3 cities, each of them having children scopes for the cities neighbourhoods.

Check warning on line 97 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'let's'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'let's'.", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 97, "column": 125}}}, "severity": "WARNING"}
On a participatory space which concerns only one of the cities, you are able to select only this scope and its children so that users do not see the scopes of other cities in the filter options.

Check warning on line 98 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'don't' instead of 'do not'. Raw Output: {"message": "[Google.Contractions] Use 'don't' instead of 'do not'.", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 98, "column": 135}}}, "severity": "INFO"}

=== User interests and newsletters

A participant can choose which scopes they want to follow in its account.

image::settings/account_my_interests.png[Account: my interests]

Check warning on line 104 in docs/en/modules/admin/pages/settings/scopes.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.FirstPerson] Avoid first-person pronouns such as 'my'. Raw Output: {"message": "[Google.FirstPerson] Avoid first-person pronouns such as 'my'.", "location": {"path": "docs/en/modules/admin/pages/settings/scopes.adoc", "range": {"start": {"line": 104, "column": 51}}}, "severity": "WARNING"}

This is used in the xref:admin:newsletters.adoc[Newsletters], in the "Select recipients to deliver" step.

Expand Down
Loading