google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
465 stars 246 forks source link

[SDC] Dynamic questionnaire title displayed in top app bar #1942

Open shelaghm opened 1 year ago

shelaghm commented 1 year ago

Request from @henryrae / Ona

Problem Help healthcare workers navigate and know where they are in a long questionnaire

Solution From Henry: "I think this would be more idea for long paginated forms and we can group questions into sections with each section having different heading e.g if health worker is doing a routine check, and using one paginated form to record, we could group the questions into wash check, individual checks or any other kind of section grouping.

Describe alternatives you've considered From shelagh: Could use "group header" text as this is currently supported in the SDC library

Screenshot unnamed-39

santosh-pingle commented 1 year ago

@aditya-07 Can you please add this issue to Android FHIR Sdk project?

santosh-pingle commented 1 year ago

@f-odhiambo Can you please provide the implementation plan and update the priority?

jingtang10 commented 1 year ago

the sdc library does not have any hooks / callbacks to expose which page the user is on. i think this raises a bigger issue which is do we ever want to do that in general?

will it be useful when the user input something there is some kind of external feedback outside the questionnaire? what other navigational information might be helpful outside the questionnaire?

i think we should use this issue to track feedback. but i really feel this issue itself is low priority.