Jaydeep create map showing locations of orgs#4160
Merged
one-community merged 15 commits intodevelopmentfrom Oct 4, 2025
Merged
Jaydeep create map showing locations of orgs#4160one-community merged 15 commits intodevelopmentfrom
one-community merged 15 commits intodevelopmentfrom
Conversation
- Add Leaflet.js map visualization with country borders - Implement color coding: Red (active), Blue (completed), Yellow (delayed) - Add legend in bottom-left corner - Implement hover tooltips and click navigation to project details - Add date range filtering with validation - Integrate with project location API endpoints - Add clustering for performance optimization - Support both light and dark themes
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Description
This PR implements an interactive map visualization showing project locations with comprehensive filtering and navigation capabilities. The map displays project markers with color-coded status indicators and provides seamless integration with the project management system.
Implements: Interactive Map Feature for Project Location Visualization
Related PRS (if any):
This frontend PR is related to the #1342 backend PR.
To test this frontend PR you need to checkout the #1342 backend PR.
Main changes explained:
InteractiveMap.jsx- Main interactive map component with Leaflet.js integrationEmbedInteractiveMap.jsx- Embeddable version of the map for dashboard widgetsInteractiveMap.css- Comprehensive styling including dark mode supportprojectLocationActions.js- Redux actions for fetching project location dataprojectLocationReducer.js- Redux reducer for managing project location stateroutes.jsx- Add new route for interactive map (/bmdashboard/InteractiveMap)URL.js- Add new API endpoints for project location dataWeeklyProjectSummary.jsx- Minor integration updates for map compatibilityWeeklyProjectSummary.module.css- Styling updates for enhanced UI consistencyHow to test:
npm installandnpm startto run this PR locally/bmdashboard/InteractiveMap)/bmdashboard/projects/{projectId})Screenshots or videos of changes:
https://www.dropbox.com/scl/fi/lvm80ka3qydok1fi4mtkd/Screen-Recording-2025-10-03-at-10.26.44.mov?rlkey=j91ypuiepnjqon0roy1aqe7y8&st=c3wb7gh8&dl=0
The implementation follows all established patterns in the codebase and maintains consistency with existing BM Dashboard components.