docs: route data owners through ingestion before use-case creation#31
Merged
Conversation
The setup-guide's "What's Next" sent data owners straight from "client running" to "create a use case", with "select datasets" framed as a sub-action of use-case creation. Same inversion pattern as the homepage bug fixed in #29 — found during a broader audit. Reword the data-owner bullet to route through ingestion first, then into use-case creation, with "pick from prepared datasets" replacing "select datasets" to match the homepage wording. Closes #30 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 9 / 8 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
3 tasks
saqlainsyed007
approved these changes
May 11, 2026
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.
Summary
Found by a broader audit of the docs site after #29 merged. Same inversion class — the data owner who finished the client install was sent straight to "create a use case" with no mention of ingesting data first.
Closes #30.
Audit status
Grep across
origin/developforselect datasets|define datasets|active use case:join-use-case/overview.mdx:16"Browse active use cases": benign (different meaning of "active")No further occurrences of the inversion pattern on
develop.mainstill has the homepage hits because develop hasn't synced — separate operational concern.Test plan
/create-use-case/prepare-datasetand/create-use-case/prerequisites) render correctly🤖 Generated with Claude Code
Note
Low Risk
Low risk documentation-only change that updates navigation links and wording, with the main risk being broken/incorrect doc links or guidance.
Overview
Updates the
Setup Guide"What's Next" guidance for data owners to direct them to dataset ingestion first (/create-use-case/prepare-dataset) and only then to use-case creation (/create-use-case/prerequisites).Also refreshes the wording from "select datasets" to "pick from prepared datasets" to align terminology with the rest of the docs.
Reviewed by Cursor Bugbot for commit ea6f74e. Bugbot is set up for automated code reviews on this repo. Configure here.