opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://smartregister.org
Apache License 2.0
53 stars 41 forks source link

Capture GPS Coordinates of Where a Questionnaire was Filled #3072

Closed qiarie closed 5 months ago

qiarie commented 6 months ago

Describe the feature request. There is a need to capture where field agents are collecting data from for monitoring, reporting and analysis purposes.

Additional context

Acceptance criteria

Area path A list of ordered steps in the app on usage of the feature to support anyone testing it e.g. Code reviewer, QA e.g.

  1. Add "logQuestionnaireLocation": true to the app's application configuration
  2. Clear all location permissions for the app
  3. Disable location services on the device
  4. Open any questionnaire when logged in to the app

Implementation plan (For Engineers) See discussion #2926 - GPS Coordinates Collection on Questionnaire Submission for the proposed implementation plan