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

Plan and Operational area selection #365

Closed samkanga closed 2 years ago

samkanga commented 3 years ago

The end user needs to be able to select the plan that they are working against. Previously, we allowed for location/plan selection in the side menu. Moving forward, we will be adding this in the top bar. See the "top nav" reference here at the top of this Figma page: https://www.figma.com/file/QZ4cdpgBNy86XTOUnrnLap/COVID19-FHIR-Future-Design-System?node-id=511%3A4591

Rkareko commented 3 years ago

Check in with @dubdabasoduba on status of https://github.com/opensrp/fhircore/issues/188

dubdabasoduba commented 2 years ago

The end user needs to be able to select the plan that they are working against. Previously, we allowed for location/plan selection in the side menu. Moving forward, we will be adding this in the top bar. See the "top nav" reference here at the top of this Figma page: https://www.figma.com/file/QZ4cdpgBNy86XTOUnrnLap/COVID19-FHIR-Future-Design-System?node-id=511%3A4591

  • [ ] Support display of the location hierarchy in a tree like widget. The leaf nodes (operational areas) would be clickable. (1 day)
  • [ ] Extract the locations from the location hierarchy synced from the server during login. Depends on issue 188
  • [ ] Support display of plans that user has access to in a particular location. This will require searching and filtering plans from the app db using the location id and other plan specific criteria such as status, end date (only show active plans that are not past the enddate). See discussion here (5-7 days)

    • [ ] Implement foundational work for custom search params definition on Android SDK here

@samkanga how do I get access to the Figma link?

dubdabasoduba commented 2 years ago

Check in with @dubdabasoduba on status of opensrp/fhircore#188