Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
GitHub CI seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
There was a problem hiding this comment.
Pull Request Overview
This pull request implements a comprehensive onboarding system for new users, adding guided tours and interactive elements throughout the application. The changes introduce tour target IDs, onboarding state management, and a welcome modal to help users navigate key features.
Key Changes
- Added onboarding tour infrastructure with custom components and state management
- Integrated tour target IDs across playground, evaluation, and deployment interfaces
- Implemented welcome modal and trigger button for guided walkthroughs
- Updated package versions and dependencies to support onboarding features
Reviewed Changes
Copilot reviewed 292 out of 336 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| web/oss/src/components/Onboarding/* | New onboarding system components including cards, modals, and providers |
| web/oss/src/components/Playground/* | Added tour target IDs to playground UI elements for guided tours |
| web/oss/src/components/EvalRunDetails/* | Integrated tour targets in evaluation interfaces |
| web/oss/package.json | Added nextstepjs and motion dependencies for tour functionality |
| web/ee/src/components/PostSignupForm/* | Enhanced signup form with onboarding profile context |
| sdk/agenta/* | Code formatting improvements and style consistency updates |
| api/oss/src/* | Code formatting improvements in evaluators and services |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
What's new??
We have introduced the Onboarding feature on our application to onboard any new or existing user in a specific feature. The current implementation of the onboarding is very basic, but we have created the foundation to extend it and make it customizable based on user data.
Where do we have onboarding as for now ??
Note: This seems very basic as for now, but we can extend this easily with the help of any AI, I'm writing a doc that any AI can use the create new steps for any new page/feature