aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Configuration
AgeCommit message (Collapse)Author
2025-12-29Rename a lot of stuff, add Santiago real timeAriel Costas Guerrero
2025-12-28feat: Refactor NavBar and Planner components; update geocoding servicesAriel Costas Guerrero
- Removed unused Navigation2 icon from NavBar. - Updated usePlanner hook to manage route history and improve local storage handling. - Enhanced PlannerApi with new fare properties and improved itinerary handling. - Added recent routes feature in StopList with navigation to planner. - Implemented NominatimGeocodingService for autocomplete and reverse geocoding. - Updated UI components for better user experience and accessibility. - Added translations for recent routes in multiple languages. - Improved CSS styles for map controls and overall layout.
2025-12-28Basic fare calculations for Galicia (Xunta)Ariel Costas Guerrero
2025-12-25Remove hard-coded URL for OTPAriel Costas Guerrero
2025-12-12feat: add comfort parameters to AppConfiguration and update OTP service for ↵Ariel Costas Guerrero
Madrid timezone handling
2025-12-12Improved version of the planner featureAriel Costas Guerrero
2025-12-12Initial ultra-ñapa implementation of OTP integrationAriel Costas Guerrero
2025-12-07Implement Renfe data sourceAriel Costas Guerrero
2025-11-06Skip scheduled trips with unparseable GTFS times (#71)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
2025-11-06Move controllers, add config, read stop schedules from local directoryAriel Costas Guerrero