docs: [DHIS2-21885] recapture remaining likely-outdated screenshots (batch 2) - #4682
Open
karolinelien wants to merge 4 commits into
Open
docs: [DHIS2-21885] recapture remaining likely-outdated screenshots (batch 2)#4682karolinelien wants to merge 4 commits into
karolinelien wants to merge 4 commits into
Conversation
karolinelien
force-pushed
the
docs/DHIS2-21885-screenshot-batch-2
branch
from
August 2, 2026 17:04
d81e42a to
f367381
Compare
…batch 2)
Recaptures groups 1, 2, 3, 4, 6, 9, 10 from the doc-wide screenshot
audit, verified live against the current Capture app UI:
- Search result cards (Program + Tracked entity type scope): card
layout reworked March 2026 — confirmed the "Last updated" timestamp
is gone from program-scope cards specifically (tracked-entity-type
scope cards still show it). Recaptured all four action states
(general list, View dashboard, View active enrollment, Re-enroll).
- View-selector chips: recaptured against real saved views (Malaria
case registration event list, Malaria focus investigation TEI list
without org unit).
- relationship_options.png: confirmed the newer enrollment-dashboard
widget shows "Link to an existing {type}" (with type name) but
plain "Create new" (no type name) — text corrected to match exactly.
- Program rules execution: the old example's rule (DOB < 1 year, on
Child Programme) no longer exists there. Found the actual
still-configured rule on WHO RMNCH Tracker ("The womans age is
outside the normal range") and recaptured against it; doc text
now describes the rule generically rather than a scenario that
isn't configured anymore.
- Registration forms (with/without enrollment): responsive-layout
rework since 2024 capture, labels/flow unchanged.
- Search/register tracked entity: recaptured within the actual
"Adding a relationship" flow context.
- download_event_list.png: refreshed 2022-era chrome, recreated the
numbered (1)/(2) callouts pointing at the triple-dot menu and
"Download data..." menu item.
enroll-existing-tei.png is intentionally excluded — Re-enroll no
longer opens a pre-filled new-enrollment form, it opens the existing
completed enrollment instead. Left as a memory note for manual
verification rather than guessing at correct behavior.
AI Assisted
Rescrolled/recropped search-by-attributes overview screenshots to show both the search form and result card, switched overview-4 to Urzula Hertz in WHO RMNCH Tracker (Child Programme's onlyEnrollOnce never allowed a genuine re-enroll demo), added missing red-box callouts to tei_list_predefined_views and view_load_unselected, fixed the download_event_list arrow callouts, and removed the lingering scrollbar from relationship_options. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reached the pre-filled re-enrollment form for Urzula Hertz (WHO RMNCH Tracker) via Enrollment actions -> Add new on her completed enrollment, confirming this flow works when a program doesn't have onlyEnrollOnce. This is a different code path from the search-card Re-enroll button tracked in DHIS2-21942, which remains broken. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
karolinelien
force-pushed
the
docs/DHIS2-21885-screenshot-batch-2
branch
from
August 11, 2026 13:32
6128118 to
4865d77
Compare
…llouts Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
karolinelien
marked this pull request as ready for review
August 11, 2026 15:49
Contributor
There was a problem hiding this comment.
In the new screenshot, the background is red, and the warning is no longer showing, likely because no birth date value is selected. Could we grab a new screenshot to ensure it aligns with the program rule warning example detailed in the docs on line 288
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What is fixed?
Second batch of fixes for https://dhis2.atlassian.net/browse/DHIS2-21885, following on from #4680 (first batch). Covers groups 1, 2, 3, 4, 6, 9, 10 from the doc-wide screenshot audit.
onlyEnrollOnceset on the demo, so its Re-enroll button never leads anywhere genuine — WHO RMNCH actually supports re-enrollment, so it's a more honest example of the feature.onlyEnrollOnce). Recaptured that flow against WHO RMNCH Tracker.Known issue (separate from this PR)
The search-card Re-enroll button (shown on
search-by-attributes-on-scope-program-overview-4.png) still doesn't do what its label says — clicking it opens the tracked entity's existing completed enrollment instead of a new, pre-filled one. Tracked in JIRA: https://dhis2.atlassian.net/browse/DHIS2-21942. Theenroll-existing-tei.pngscreenshot above uses the working Enrollment actions → Add new path instead, so the doc's example is honest even though the button-labeled-Re-enroll bug remains open.AI Assisted