Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hierarchy breadcrumb info while selecting parent place for identification #163

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

KicaRonaldOkello
Copy link

@KicaRonaldOkello KicaRonaldOkello commented May 3, 2024

Description

This PR adds a breadcrumb with parent info when selecting a place that a CHW will be created from.

Sample

Screenshot from 2024-05-03 11-48-25

Issue

Copy link
Member

@kennsippell kennsippell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice start!

@@ -11,7 +11,10 @@
{% if searchResult.type == 'local' %}
<span class="material-symbols-outlined">cloud_off</span>
{% endif %}
{{searchResult.name}}
{{searchResult.name}}
{% if searchResult.lineage.length > 0 %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is what I'm seeing for Kenya... Is this what you intended?
image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kennsippell no, that was not my intention. Let me take a look at this behaviour

@KicaRonaldOkello KicaRonaldOkello force-pushed the add-hierarchy-breadcrumb branch from eff76ca to e1a056e Compare May 27, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add hierarchy breadcrumb info while selecting parent place for identification
2 participants