aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Controllers/VigoController.cs
AgeCommit message (Collapse)Author
2025-11-19feat: Implement StopMapModal component for displaying bus stop locations ↵Ariel Costas Guerrero
with live tracking; enhance styles and add interaction features
2025-11-18Handle GTFS times exceeding 24 hours for night services (#98)Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev>
2025-11-17Fix InvalidOperationException when stops have no real-time arrivals (#99)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-14Add ShapeTraversalService for shape loading and bus position calculationAriel Costas Guerrero
2025-11-14Implement new stop schedule generation format using protobufAriel Costas Guerrero
2025-11-07Remove unused output buffer and debug logging from ↵Ariel Costas Guerrero
GetConsolidatedCirculations method
2025-11-07Enhance circulation matching logic to improve accuracy by normalizing route ↵Ariel Costas Guerrero
names and adding schedule delay checks
2025-11-07Implement experimental consolidated circulation viewAriel Costas Guerrero
2025-11-07Make "stops" page be the home (renaming only)Ariel Costas Guerrero
2025-11-06Refactor GetStopArrivalsMerged to use Europe/Madrid timezone and ensure ↵Ariel Costas Guerrero
unique trip matches
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-06Refactor VigoController to improve real-time and scheduled circulation ↵Ariel Costas Guerrero
handling; remove Confidence property from RealTimeData
2025-11-06Seemingly fix algorithm (thanks copilot)Ariel Costas Guerrero
2025-11-06Move controllers, add config, read stop schedules from local directoryAriel Costas Guerrero