Document Record Grouping and Inventory Segments - #1483
Open
gtagle wants to merge 2 commits into
Open
Conversation
Adds a Manage inventory segments task page and documents the Group By control on the inventory, artifact, and validation issue listings, including the table-view constraint and saved-view persistence. Updates the shared saved-view and filter includes, the inventory FAQ, the analytics dataset options, and the chatbot product map. sc-18067 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
|
Refreshes the chatbot product map from frontend main now that the Segments UI is merged. The map generator now resolves SettingLink and SettingGroup titles that come from the frontend copy dictionary, and ranks related docs by keyword specificity so the most relevant page survives the six-entry cap. sc-18067 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
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.
Pull Request Description
Shortcut: sc-18067
What and why?
Documents the two capabilities from epic 16787 — Record Grouping / Inventory Segments (Release 26.09):
Summary of changes
_personal-table-views.qmdinclude (inventory and artifacts branches only — workflow timelines are untouched, as they have no grouping)._work-with-filters.qmd._create-a-visualization.qmd.artifactkeyword at the current/guide/validation/pages (it previously surfaced legacy template docs for the/artifactsand/validation-issueslistings) added asegmentkeyword, and taught the generator to resolvecopy()-driven SettingLink/SettingGroup titles and rank related docs by keyword specificity — the/settings/segmentsroute now maps to the new guide page (with unit tests).The docs deliberately distinguish Group By (listing layout), saved views (personal/shared table configuration), and segments (named organization-wide filters) — a callout on the new page spells out the difference.
How to test
Try the live preview (allow time for the PR preview deploy to finish):
All changed pages render cleanly with
quarto render --profile development(only pre-existing warnings).What needs special review?
frontend#2782(merged), and the Segments strings (Add Segment, Edit Segment Conditions, Publish Segment, statuses, confirm buttons) from thefeature/inventory-segmentsbranch copy dictionary. Please re-verify against the live UI once frontend#2774 deploys.Dependencies, breaking changes, and deployment notes
grouped-listing-views,inventory-segments).Release notes
Added documentation for grouping inventory, artifact, and validation issue listings into collapsible sections with Group By, and for creating, publishing, and applying Inventory Segments — named, reusable filters that span every inventory record type. Learn more ...
Checklist
🤖 Generated with Claude Code