-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docs for process types * Add to main nav * Fix images path after merge * Doc was in the wrong location. * Fix syntax * Fix incorrect reference * Maybe it needs the module name? * Apply suggestions from code review Co-authored-by: Andrés Pereira de Lucena <[email protected]> --------- Co-authored-by: Ruth Cheesley <[email protected]> Co-authored-by: Ruth Cheesley <[email protected]> Co-authored-by: Ruth Cheesley <[email protected]>
- Loading branch information
1 parent
0d6254c
commit f759be7
Showing
5 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+29.5 KB
docs/en/modules/admin/assets/images/spaces/processes/process-type-edit-process.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.8 KB
...en/modules/admin/assets/images/spaces/processes/process-types-admin-backend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+173 KB
docs/en/modules/admin/assets/images/spaces/processes/process-types-front-end.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
= Process types | ||
|
||
In some cases it is necessary to organize participatory processes by more than just xref:spaces/processes/groups.adoc[Process Groups]. This is where Process Types can be useful. | ||
|
||
Process Types work similarly to xref:admin:spaces/assemblies.adoc#_assemblies_types[Assembly types]. | ||
|
||
== New process type form | ||
|
||
For creating a new process type: | ||
|
||
. Sign in as administrator | ||
. Go to the Processes section in the sidebar | ||
. Click on the Process types link in the sidebar | ||
. Click on the "New process type" button | ||
. Fill in the form | ||
|
||
image:spaces/processes/process-types-admin-backend.png[A screenshot of the back-end showing the button to create a new process type,title="Create a new process type in the back-end"] | ||
|
||
.New participatory process type form: General information | ||
|=== | ||
|Field |Type |Description | ||
|
||
|Title | ||
|Required | ||
|Title of the participatory process type. For instance, "Consultative". | ||
|
||
|=== | ||
|
||
== Add process type to existing processes | ||
|
||
It's possible to add a process type to existing processes. Edit the process, and select the process type under the section labelled Other. | ||
|
||
image:spaces/processes/process-types-edit-process.png[A screenshot of editing an existing process to add a process type,title="Add process type to an existing process"] | ||
|
||
== Process type filter | ||
|
||
In the front-end if there is at least one Process Type defined, a filter shows, allowing filtering of Processes. | ||
|
||
image:spaces/processes/process-types-front-end.png[A screenshot of the front-end showing a filter for Process types,title="Front-end filter for Process Types"] | ||
|