1035 feature request allow multiple transport modes per trip - #1184
Merged
dgraf-gh merged 7 commits intoAug 21, 2026
Merged
Conversation
- Add support for multiple transport modes in `Trip` model with segments and dominant mode determination - Include UI enhancements to select transport modes for trip segments - Update timeline service and repository layer to handle and query transport segments - Enable transport mode-specific visual elements in the map settings and renderer
- Add `TransportModeSegment` to model segmented trips with multiple modes - Persist and retrieve trip segments in database with `TripTransportModeJdbcService` - Overhaul UI and timeline to display transport segments and transitions - Improve GPS data manager for segment boundary checks and transitions - Refactor trip API to include transport mode segments data - Update frontend styles and map renderer for enhanced segment visuals
- Adjust minimum segment duration for better accuracy - Add debug logs for detailed trip segmentation and mode inference - Enhance transport mode segment merging and short segment collapsing - Introduce summary logging for segment processing steps
- Add new request models `TransportModeUpdateRequest` and `TransportModeSegmentUpdate` - Introduce transport mode edit dialog with updated UI and overlay - Refactor backend to handle transport mode updates via POST request - Ensure contiguous segment tiling and handle gaps during mode updates - Update frontend elements and templates for seamless user interaction - Improve timeline and map rendering with transport mode-specific features
- Introduce edit/add transportation mode forms with new UI components - Implement backend handling for adding, updating, and deleting transportation modes - Add Thymeleaf templates and fragments for transportation modes management - Update messages for better unit differentiation (km/h vs mph) - Enhance CSS for improved styling of the transportation modes table - Add controller tests ensuring functionality accuracy
- Reduce gap and padding for `.mode-transition-pill` for a more compact design - Decrease font size for `.mode-label` to improve text scaling - Remove unnecessary padding for `.mode-transition-popup .lni`
…sport mode handling - Rename `APIQueryService` to `TripApiQueryService` for clarity and consistency - Simplify `getTrips` method by removing unused `zoom` parameter - Update `TripController` to integrate renamed service and refactored method - Remove unused transport mode processing methods in `TransportModeService` to streamline the codebase
dgraf-gh
deleted the
1035-feature-request-allow-multiple-transport-modes-per-trip
branch
August 21, 2026 08:59
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.
No description provided.