Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,10 @@ See https://github.com/medic/cht-docs/pull/2152#issuecomment-4092760195
.hextra-cards>a>div.hx\:mt-auto {
margin-top: unset;
}

/* -----------------------------------------------
Fix content too tight around video HTML tags
--------------------------------------------------*/
video {
padding-top: 25px;
}
31 changes: 31 additions & 0 deletions content/en/releases/5_1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ Now CHWs can use the filter option to view their own targets for the current and

This feature is multi-facility aware as well, enabling CHWs to choose between multiple facilities if enabled. [See videos](https://github.com/medic/cht-core/pull/10436#issuecomment-3826004480) of this feature in use or head over to the [GitHub ticket](https://github.com/medic/cht-core/issues/10140) to read more.


#### Demo video

<video poster="/releases/videos/CHT5.1.demo.previous.months.targets.png" preload="auto" width="333" height="593" controls>
<source src="/releases/videos/CHT5.1.demo.previous.months.targets.mp4" type="video/mp4">
</video>

### Show overdue task count

Tasks continue to be an important way that CHWs interact with the CHT to know who is most in need of care. A compliment to CHT 4.21's [Task prioritization feature](/building/tasks/tasks-overview/#task-prioritization) is 5.1's ability to show a bubble with the count of tasks that are due today or overdue. This gives CHWs a simple to read signal about outstanding items:
Expand All @@ -33,6 +40,12 @@ Tasks continue to be an important way that CHWs interact with the CHT to know wh
{{< card image="../images/5_1_0_task_count.jpg" title="A red arrow points to a bubble on tasks icon. The bubble shows a count of '35', indicating overdue tasks" >}}
{{< /cards >}}

#### Demo video

<video poster="/releases/videos/CHT5.1.demo.overdue.tasks.png" preload="auto" width="333" height="593" controls>
<source src="/releases/videos/CHT5.1.demo.overdue.tasks.mp4" type="video/mp4">
</video>

### Attachments on contacts

While attachments [have been possible](/building/forms/app/#uploading-binary-attachments) on app forms for some time, this feature is now available on contact forms too. This enables deployments that need to attach, for example, a photo of a person or household to a contact. The [documentation has more information](/building/forms/contact/#uploading-binary-attachments) or check out [the video](https://github.com/medic/cht-core/issues/10509#issuecomment-3848114424) showing how it works.
Expand All @@ -41,6 +54,12 @@ While attachments [have been possible](/building/forms/app/#uploading-binary-att
{{< card image="../images/5_1_0_contact_attachment.png" method="resize" title="A contact form with a 'Photo' field enabling an attachment">}}
{{< /cards >}}

#### Demo video

<video poster="/releases/videos/CHT5.1.demo.contact.attachments.png" preload="auto" width="333" height="593" controls>
<source src="/releases/videos/CHT5.1.demo.contact.attachments.mp4" type="video/mp4">
</video>

### Android notifications

Some time ago, a member of the CHT community [reached out](https://github.com/medic/cht-core/issues/9255#issue-2402541714) to talk about the importance of native [Android notifications](https://developer.android.com/develop/ui/views/notifications/build-notification) that can exist outside the CHT:
Expand All @@ -53,6 +72,12 @@ The requirement of launching the CHT to see what was important was holding back
{{< card image="../images/5_1_0_android_notification.png" title="An Android notification informing the user that a pregnancy visit follow up task is due" >}}
{{< /cards >}}

#### Demo video

<video poster="/releases/videos/CHT5.1.demo.android.notifications.png" preload="auto" width="333" height="593" controls>
<source src="/releases/videos/CHT5.1.demo.android.notifications.mp4" type="video/mp4">
</video>

### Task filtering GUI

As a CHT deployment grows in number of patients it cares for, inherently the CHW delivering this care must juggle more tasks. When there's too many tasks, critical house visits may be missed. The community [let us know](https://forum.communityhealthtoolkit.org/t/filter-option-for-task/4808) the CHT could be improved to better handle this:
Expand All @@ -67,6 +92,12 @@ The ability to filter the task view to show different types of tasks and split b
{{< card image="../images/5_1_0_task_filters.png" method="resize" title="A Filter interface allowing to show overdue vs not overdue and delivery vs pregnancy home visit types">}}
{{< /cards >}}

#### Demo video

<video poster="/releases/videos/CHT5.1.demo.task.filters.png" preload="auto" width="333" height="593" controls>
<source src="/releases/videos/CHT5.1.demo.task.filters.mp4" type="video/mp4">
</video>

## Known issues

Check the repository for the [latest known issues](https://github.com/medic/cht-core/issues?q=is%3Aissue+label%3A%22Affects%3A+5.1.0%22).
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading