diff --git a/assets/css/custom.css b/assets/css/custom.css index f7ac76d74..ce93c4d41 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -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; +} diff --git a/content/en/releases/5_1_0.md b/content/en/releases/5_1_0.md index 93e0695ce..e04c99636 100644 --- a/content/en/releases/5_1_0.md +++ b/content/en/releases/5_1_0.md @@ -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 + + + ### 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: @@ -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 + + + ### 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. @@ -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 + + + ### 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: @@ -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 + + + ### 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: @@ -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 + + + ## 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). diff --git a/content/en/releases/videos/CHT5.1.demo.android.notifications.mp4 b/content/en/releases/videos/CHT5.1.demo.android.notifications.mp4 new file mode 100644 index 000000000..1785acfae Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.android.notifications.mp4 differ diff --git a/content/en/releases/videos/CHT5.1.demo.android.notifications.png b/content/en/releases/videos/CHT5.1.demo.android.notifications.png new file mode 100644 index 000000000..91d8f2f61 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.android.notifications.png differ diff --git a/content/en/releases/videos/CHT5.1.demo.contact.attachments.mp4 b/content/en/releases/videos/CHT5.1.demo.contact.attachments.mp4 new file mode 100644 index 000000000..b1d90723a Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.contact.attachments.mp4 differ diff --git a/content/en/releases/videos/CHT5.1.demo.contact.attachments.png b/content/en/releases/videos/CHT5.1.demo.contact.attachments.png new file mode 100644 index 000000000..fa042a46e Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.contact.attachments.png differ diff --git a/content/en/releases/videos/CHT5.1.demo.overdue.tasks.mp4 b/content/en/releases/videos/CHT5.1.demo.overdue.tasks.mp4 new file mode 100644 index 000000000..486cbf046 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.overdue.tasks.mp4 differ diff --git a/content/en/releases/videos/CHT5.1.demo.overdue.tasks.png b/content/en/releases/videos/CHT5.1.demo.overdue.tasks.png new file mode 100644 index 000000000..905eb5742 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.overdue.tasks.png differ diff --git a/content/en/releases/videos/CHT5.1.demo.previous.months.targets.mp4 b/content/en/releases/videos/CHT5.1.demo.previous.months.targets.mp4 new file mode 100644 index 000000000..7f8514c31 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.previous.months.targets.mp4 differ diff --git a/content/en/releases/videos/CHT5.1.demo.previous.months.targets.png b/content/en/releases/videos/CHT5.1.demo.previous.months.targets.png new file mode 100644 index 000000000..6eacf899e Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.previous.months.targets.png differ diff --git a/content/en/releases/videos/CHT5.1.demo.task.filters.mp4 b/content/en/releases/videos/CHT5.1.demo.task.filters.mp4 new file mode 100644 index 000000000..da210f609 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.task.filters.mp4 differ diff --git a/content/en/releases/videos/CHT5.1.demo.task.filters.png b/content/en/releases/videos/CHT5.1.demo.task.filters.png new file mode 100644 index 000000000..d68445d76 Binary files /dev/null and b/content/en/releases/videos/CHT5.1.demo.task.filters.png differ