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
One trick we've been using with internal dashboards is to have help icons which, on hover, pop up contextual help to give people an idea of what the field means. See for example, the desktop funnel dashboard:
We should do something similar in the Glean dictionary. For example on the metrics page, we could put a help icon beside each of these fields:
I think we can probably just lift the definitions and put them in here verbatim. It may be good idea to also link to their definition in the glean documentation, which people could visit for further reference (the old glean dictionary attempts to do this, although it is incorrect in some places). You can look at the code here:
For rendering the tooltip, we can probably just use a library like sveltejs-tippy -- maybe best to define our own component based on it and create a story, as usual.
The text was updated successfully, but these errors were encountered:
One trick we've been using with internal dashboards is to have help icons which, on hover, pop up contextual help to give people an idea of what the field means. See for example, the desktop funnel dashboard:
We should do something similar in the Glean dictionary. For example on the metrics page, we could put a help icon beside each of these fields:
https://glean-dictionary-dev.netlify.app/apps/burnham/metrics/mission-status
Many of the metric parameters are defined in the Glean documentation. For example, metric parameters are defined here:
https://mozilla.github.io/glean/book/user/metric-parameters.html
I think we can probably just lift the definitions and put them in here verbatim. It may be good idea to also link to their definition in the glean documentation, which people could visit for further reference (the old glean dictionary attempts to do this, although it is incorrect in some places). You can look at the code here:
https://github.com/mozilla/probe-dictionary/blob/glean-only/src/components/GleanProbeDetails.svelte#L105
For rendering the tooltip, we can probably just use a library like sveltejs-tippy -- maybe best to define our own component based on it and create a story, as usual.
The text was updated successfully, but these errors were encountered: