-
Type:
Story
-
Resolution: Unresolved
-
Priority:
Highest
-
Affects Version/s: None
-
None
-
FLW Mobile App
-
AMRIT Demo
- flw-api/beneficiary/getBeneficiaryData
- flw-api/stoptb/nurse/tbScreening/getAll
- flw-api/tb/suspected/getAll
- flw-api/stoptb/nurse/diagnostics/getAll
- flw-api/stoptb/nurse/generalOpd/getAll
- flw-api/stoptb/nurse/generalExamination/getAll
- flw-api/tb/confirmed/getAll
- flw-api/follow-up/get
- flw-api/user/getUserDetail
The mobile app uses updateDate to refresh existing beneficiary records in the local database. When a beneficiary is updated by Registrar or any other role, the updated data should reflect on Nurse/other role devices during refresh. For this, all beneficiary-related GET/getAll APIs must return the latest beneficiary-level updateDate
**
Expected field:
"updateDate": "May 18, 2026 6:04:43 PM"
Acceptance Criteria:
Every beneficiary object returned from beneficiary-related GET/getAll APIs must contain the latest updateDate. The updateDate value must be updated whenever beneficiary demographic/detail data is modified by any role.**