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

Adding feature documentation on Supervisor CHW create feature #994

Merged
merged 8 commits into from
May 2, 2023
6 changes: 6 additions & 0 deletions content/en/apps/features/supervision/_index.md
esthermmoturi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ relatedContent: >
apps/features/targets
design/best-practices/#targets
apps/features/integrations/dhis2
apps/reference/app-settings/transitions#create_user_for_contacts
apps/examples/supervisor-reference-app
---

Expand Down Expand Up @@ -47,3 +48,8 @@ The CHT can be configured to create [Tasks]({{< relref "apps/features/tasks" >}}
### Deployment Case Study
[Muso](https://www.musohealth.org), a leading community health organization and major contributor to the CHT, has implemented ”360º supervision”, achieving some of the lowest child mortality rates in sub-Saharan Africa. This model provides dedicated mentorship and supportive supervision to CHWs tailored to each CHW's particular strengths and challenges. A key theme of our [human-centered approach](https://medicmobile.org/design) was the idea of using data to improve one-to-one supervision, rather than using analytics to replace Supervisors. Read more about findings from a recent [randomized controlled trial](https://medicmobile.org/blog/new-study-precision-supervision-and-personalized-feedback-dashboards-improve-chw-performance-in-mali).
{{% /pageinfo %}}

## Supervisor add users
esthermmoturi marked this conversation as resolved.
Show resolved Hide resolved
This feature is used when a supervisor needs to create a user under an existing place that has been selected and has no access to an administrator or is offline.When offline, the supervisor can create the user and a login token provided in the outgoing message tab.While users will not exist until the supervisor synchronizes, and the newly created user needs connectivity to access their login token to log in the first time, all other process can be completed offline and be synchronized at a later time.
esthermmoturi marked this conversation as resolved.
Show resolved Hide resolved

esthermmoturi marked this conversation as resolved.
Show resolved Hide resolved
The roles of the users that can be created through this feature are CHW or CHW supervisor. While creating the user, the supervisor has to select a valid phone number. This is because an SMS with the token to login will be sent to the new user through the selected phone number.Any form can be configured to enable this feature. Once the form has been submitted, the new user is visible on the admin area.
esthermmoturi marked this conversation as resolved.
Show resolved Hide resolved