feat: add Export Boundaries button for GeoJSON/KML download#64
feat: add Export Boundaries button for GeoJSON/KML download#64speed-velocity wants to merge 2 commits into
Conversation
|
@speed-velocity 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, @speed-velocity! Please make sure CI passes and the checklist in the PR template is complete. A maintainer will review this soon. — The AgroNavis team |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds a new ChangesField Boundary Export Feature
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
@jpdevhub please review it, and if it works update my points in dashboard |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@frontend/src/components/Dashboard.tsx`:
- Line 71: The Dashboard.tsx file has widespread character encoding corruption
where Unicode characters have been incorrectly encoded as mojibake (UTF-8 bytes
interpreted as Latin-1). Replace all corrupted character sequences throughout
the file: replace `â€"` with em dashes (—), replace `°` with degree symbols
(°), replace `·` with middle dots (·), replace `â†'` with arrows (→), and
replace `â"€` with box drawing characters. These corrupted sequences appear
across lines 71, 82, 103, 113, 210, 216, 251, 295, 390-391, 406, 496, 499, 566,
575, 586, 615, 689, 703, 724, 768, 823, 878, 882, 952, and 972-974. Ensure the
file is saved with UTF-8 encoding to prevent this corruption from recurring.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 0f573b55-05fa-4d5f-8200-76d771f3bbbf
📒 Files selected for processing (2)
frontend/src/components/Dashboard.tsxfrontend/src/utils/exportUtils.ts
|
tag the issue no. |
|
Thanks for this great feature! The GeoJSON and KML export logic looks perfect and is extremely useful. However, it looks like your text editor saved Dashboard.tsx with the wrong character encoding, which corrupted several typographic characters across the file (e.g. · became · and — became —). Could you please revert those unintended character changes in Dashboard.tsx? Once that's fixed, we'd love to merge this in! |
|
Are you doing ? |
|
@jpdevhub yup man I'm in. just got stuck in some unavoidable stuffs ,I'll do it by today. |
|
@jpdevhub |
Summary
Related Issue
Closes #
Changes
Testing
Checklist
.envvalues are committedSummary by CodeRabbit
New Features
Bug Fixes