Skip to content

1035 feature request allow multiple transport modes per trip - #1184

Merged
dgraf-gh merged 7 commits into
mainfrom
1035-feature-request-allow-multiple-transport-modes-per-trip
Aug 21, 2026
Merged

1035 feature request allow multiple transport modes per trip#1184
dgraf-gh merged 7 commits into
mainfrom
1035-feature-request-allow-multiple-transport-modes-per-trip

Conversation

@dgraf-gh

Copy link
Copy Markdown
Contributor

No description provided.

- 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`
@dgraf-gh dgraf-gh linked an issue Aug 21, 2026 that may be closed by this pull request
…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
dgraf-gh merged commit bf7a9c9 into main Aug 21, 2026
2 checks passed
@dgraf-gh
dgraf-gh deleted the 1035-feature-request-allow-multiple-transport-modes-per-trip branch August 21, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] allow multiple transport modes per trip

1 participant