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

Make EntityPicker child-aware #39432

Closed
Tracked by #35564
iethree opened this issue Mar 1, 2024 · 0 comments · Fixed by #40655
Closed
Tracked by #35564

Make EntityPicker child-aware #39432

iethree opened this issue Mar 1, 2024 · 0 comments · Fixed by #40655
Assignees

Comments

@iethree
Copy link
Contributor

iethree commented Mar 1, 2024

discussion

We want to make collection picker items aware of whether or not they have relevant children, so that, for example

  • when picking a collection, you can tell if any given collection has more collection children
  • when looking for a dashboard, we don't show you a dead-end path of collections that doesn't have any dashboards in it

This will likely be accomplished by providing some sort of below or here properties, telling us what entities exist below a given collection in the tree

This should be especially useful when we implement the picker for adding items to dashboards: we can hide any folders that don't have items that are addable to a dashboard.

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 a pull request may close this issue.

2 participants