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://opensrp.io
Apache License 2.0
54 stars 41 forks source link

Functionality to display views over one another #3162

Open hamza-vd opened 6 months ago

hamza-vd commented 6 months ago

Describe the feature request. There should be a functionality for showing views on top of one another. Like the images of items shown in the mockup below. image

Additional context One of the suggestions was to include a Box view type in addition to what we currently have in FHIR core.

Acceptance criteria Should be able to arrange views over one another using ViewType.Box

Implementation plan (For Engineers) Add a ViewType Box in order to stack views over one another.