feat(ui/ossie): info tooltip explaining the fact-dataset picker - #1589
Open
buggtb wants to merge 1 commit into
Open
feat(ui/ossie): info tooltip explaining the fact-dataset picker#1589buggtb wants to merge 1 commit into
buggtb wants to merge 1 commit into
Conversation
Adds a small info (ⓘ) icon beside the 'Fact dataset' label in the Ossie schema tree, with a help tooltip explaining what the selector does: the fact dataset is the query's anchor table — metrics aggregate at its grain and fields from other datasets are auto-joined onto it via the model's relationships. Reuses the existing bits-ui Tooltip primitive; the terse inline hint below the dropdown stays as-is. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a small ⓘ info tooltip next to the Fact dataset label in the Ossie schema-tree sidebar, so users understand what that selector actually does.
Why
The fact-dataset dropdown is a load-bearing choice in an Ossie model (it sets the query's anchor/grain and drives auto-join), but the only guidance was the terse hint "Metrics reference the fact dataset. Cross-dataset joins are auto-injected." — which doesn't tell a new user what to pick or why it matters.
What
Infoicon (lucide) beside the label, wrapped in the existing bits-uiTooltipprimitive (side="right",cursor: help).Notes
npm run check: 0 errors;eslint: clean.$lib/components/uiTooltip(no new deps).