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
50 stars 39 forks source link

Add Configs Version Information to Settings Screen #3151

Open qiarie opened 3 months ago

qiarie commented 3 months ago

Describe the feature request. Refer to configs versioning issue and the subsequent discussion for context on this feature.

This is dependent on issue #3150.

Additional context For easier troubleshooting, we need to indicate the version of the configs running in an app.

Acceptance criteria

  1. Information about the supported config versions should be visible at the bottom of the Settings screen below App version but above Last sync timestamp
  2. Information about the lowest & highest config versions should also be available on the Insights screen

Area path How to access supported config versions information

  1. Login to the app
  2. Open Navigation bar
  3. Click on Settings
    • Information about the app should be added at the bottom of the Settings screen below App version but above Last sync timestamp
    • Additional information should be provided on the Insights screen access from the Settings screen and then selecting Insights

Implementation plan (For Engineers)