Merged
Conversation
Implements a comprehensive map-based visualization for tracking GPS activities with overlay support for ECG data correlation and heart rate analysis. Features: - Interactive map displaying GPS routes from Garmin/Strava activities - Heart rate zone color-coding on route segments - ECG session overlay showing matched time periods on the map - Activity selection sidebar with filtering and stats - Toggle controls for different data layers (HR zones, ECG overlay) - Start/finish markers with detailed popups - Responsive design with full dashboard integration Technical implementation: - Uses Leaflet.js with react-leaflet for map rendering - Dynamic imports to avoid SSR issues - Time-synchronized ECG overlay based on activity-ecg matches - Real-time activity list with auto-refresh - Leverages existing Garmin/Strava integration and data models This enables users to: - Visualize where cardiac events occurred during activities - Correlate ECG patterns with terrain and pace - Compare device HR data vs ECG readings geographically - Provide medical context for ECG anomalies Also includes: - Auth component stubs for build compatibility - Leaflet CSS integration in app layout - Navigation link from activities page to map view
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.
Implements a comprehensive map-based visualization for tracking GPS activities with overlay support for ECG data correlation and heart rate analysis.
Features:
Technical implementation:
This enables users to:
Also includes: