-
Couldn't load subscription status.
- Fork 1
docs: update start-free-with-cloud guide to align with new onboarding flow #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
docs: update start-free-with-cloud guide to align with new onboarding flow #43
Conversation
… flow Restructured the "Start Free with Recce Cloud" documentation to align with the new user onboarding journey where users first connect GitHub, then configure CI/CD automation, followed by optional warehouse connection. Key changes: - Reordered sections: GitHub Integration → CI/CD Automation → Data Warehouse Diffing - Removed manual metadata upload instructions (now automated via CI/CD) - Simplified "Connection Steps" to rely on in-app guidance with visual screenshots - Added three new screenshots showing GitHub connection flow - Converted JPEG images to PNG format for consistency - Fixed URL inconsistency (cloud.datarecce.io → cloud.reccehq.com) - Moved Data Warehouse Diffing to "Advanced Features" section - Added "What You'll Get" sections to clarify value at each step - Updated setup requirements to reflect progressive enhancement model The new structure guides users through: 1. Step 1: Connect GitHub (view PRs with limited summaries) 2. Step 2: Automate CI/CD (unlock full-featured summaries + Launch Recce) 3. Advanced: Add warehouse connection (enable data diffing) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: even-wei <evenwei@infuseai.io>
Streamline onboarding documentation for better clarity: - Simplify benefits lists and remove redundant items - Remove marketing language (team plan mentions) - Fix typo: "To easy validation" → "To enable easy validation" - Add side-by-side image layout for better visual presentation - Make requirements more concise and clearer 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: even-wei <evenwei@infuseai.io>
| Follow the guidance to connect your GitHub organization and link your repository: | ||
|
|
||
| ### Required Files | ||
| { width="49%" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@even-wei I thought we agreed on moving the Connect button to the top above the Step 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, yes, I will update it.
| { width="49%" } | ||
|
|
||
| Recce needs `manifest.json` and `catalog.json` from both **base** and **current** environments for comparison. | ||
| Once connected, your PRs will appear in the dashboard with basic change summaries: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"with basic change summaries:"
do users see the summary automatically or they need to click the "Summarize"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The need to click "Summarize", how about
Once connected, your PRs will appear in the dashboard, and you can summarize them:
|
|
||
| - Automatic metadata upload on every PR | ||
| - **One-click "Launch Recce"** to validate changes interactively | ||
| - **Enriched PR summaries** with comprehensive model impact analysis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest we remove the ** in line 48 and line 49
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
| Use development environment or PR branch as current to compare against the base. | ||
| 1. **Automatic upload**: Metadata is uploaded to Recce Cloud for both base and current environments | ||
| 2. **Ready to validate**: PR appears in your dashboard "Launch Recce" button | ||
| 3. **Enriched summaries**: Enriched PR summaries with detailed model impact analysis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
line 62, does it mean we support Metadata currently?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not yet, let me remove it and add it back when we support it.
| The CI/CD integration automates the metadata upload process: | ||
|
|
||
| Use development environment or PR branch as current to compare against the base. | ||
| 1. **Automatic upload**: Metadata is uploaded to Recce Cloud for both base and current environments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest we align the environments name with the UI. We have production Metadata and PR sessions on UI, but no "base" and "current" environments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I will align it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@even-wei I leave a few comments, please check
| Deploy → Jobs → CI job → Recent run → Download artifacts | ||
| <!-- insert a video --> | ||
|
|
||
| ## Advanced Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can get rid of this line, and replace it with something like "You have the metadata, the next is to have data diffing. See Data Diffing"
and then make Data diffing to a stand alone page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, I think we can remove all these after line 73 since there is https://docs.reccehq.com/5-data-diffing/connect-to-warehouse/
Summary
Restructured the "Start Free with Recce Cloud" documentation to match the actual user onboarding journey in the product.
Key Changes
Structure
Content Improvements
Removed
Impact
Test Plan
🤖 Generated with Claude Code