feat: add onboarding tour for first-time users#58
Conversation
|
@prachishelke1312 is attempting to deploy a commit to the karan3431's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
🎉 Thanks for your contribution, @prachishelke1312! Please make sure CI passes and the checklist in the PR template is complete. A maintainer will review this soon. — The AgroNavis team |
|
Warning Review limit reached
More reviews will be available in 58 minutes and 44 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Add the issue no. The CI lint job is failing due to three critical issues in your frontend code: 1. Missing
|
Summary
Adds a first-time onboarding tour using react-joyride to help users understand the main workflows in AgroNavis.
Changes
Added
OnboardingTourcomponentAdded onboarding steps for:
Added tour target IDs in
PolygonMapperAdded upload target ID in
CropScanTabIntegrated onboarding tour into
DashboardAdded
react-joyridedependencyTesting
npm run lintnpm run buildBuild completed successfully.