docs: document dimension links — modeling + dashboard cell menu#11102
Draft
mngr wants to merge 11 commits into
Draft
docs: document dimension links — modeling + dashboard cell menu#11102mngr wants to merge 11 commits into
mngr wants to merge 11 commits into
Conversation
… product); keep the cell menu
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.
What
Documents the "Links between dashboards" feature (CUB-557; built on the merged links primitive #10852) on both sides — authoring and consumption:
Authoring (data modeling)
docs/data-modeling/dimensions.mdx: new## Linkssection —linksis a list (a dimension can declare multiple links), a per-link parameter table (required/optional;urlordashboardper link), an Icons subsection (Tabler names), a Setting a dashboard slug subsection, and a Behavior subsection (per-row resolution, null omission, drill-in vs external, equality filters, graceful unknown-slug handling).reference/data-modeling/dimensions.mdx: noteslinksis a list (one or more), clarifies thedashboardvalue is the target dashboard's slug (deployment-scoped) with drill-in + cell-menu behavior, and theiconname format.Consumption (dashboard UI)
docs/explore-analyze/charts/chart-types/table.mdx: new## Cell menusection — left-click selects + opens the menu (data-model links / drill-in / Copy value / Drill down); Cmd/Ctrl-click → new tab; Shift-click selects; right-click → native browser menu. Clarifies how this differs from the existing per-column Display → Link option.The two are cross-linked (modeling ⇄ table cell menu).
Notes
Docs-only. Companion to the Cube Cloud feature PR cubedevinc/cubejs-enterprise#12540. Draft pending that feature's release.