You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenSRP includes a widget called Multiselect Widget, designed to visualize resources in a hierarchical format, primarily locations. For locations, the widget currently retrieves child locations by recursively querying the database.
This ticket aims to update the child location retrieval process to utilize lineage location tags instead.
A sample of lineage location tags is provided below.
Searching the child locations to create the hierarchy should use the lineage location tags instead of the recursively searching based on the Location.partOf property
The API should return empty in case the lineage location tags are not available.
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed. i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered:
Describe the feature request.
Additional context
Acceptance criteria
Location.partOf
propertySample resource
Implementation plan (For Engineers)
The plan for implementing the solution e.g. via a description or a check list for the various ordered tasks that will need to be completed.
i.e. Describe how you intend to solve the problem
The text was updated successfully, but these errors were encountered: