Add basic deep links for Solution apps #92153
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
#83380 added support for Kibana apps to provide deep links to be populated in the navigation search bar results.
Thus far, not many teams have been able to prioritize doing the work to add these links, these apps still remain:
The reason we opted not to do this for teams directly is because in order to keep the code DRY we would need to move some code around in order to share the strings for route paths with the React code and the deep link code.
We could compromise on this and duplicate these strings + add a comment that indicates where to update this code when either location changes. This would be a bit more 'hacky' but would help us get more consistency in the search experience sooner. This should be prioritized for later in 7.13 so that if other teams do have bandwidth to do it the right way, that happens first.
The text was updated successfully, but these errors were encountered: