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 currently builds a location hierarchy by recursively traversing the Location.partOf property in the Location resources.
This ticket aims to enhance the functionality by enabling the retrieval of child locations using the Location.meta.tags present in the Location resources.
Update the process for fetching child locations during location hierarchy creation to use lineage location tags instead of recursively traversing the hierarchy via the Location.partOf property.
Backward compatibility
Acceptance Criteria
Child locations in the hierarchy are retrieved using lineage location tags.
The text was updated successfully, but these errors were encountered:
Contexta
Location.partOf
property in the Location resources.Location.meta.tags
present in the Location resources.Implementation
Location.partOf
property.Acceptance Criteria
The text was updated successfully, but these errors were encountered: