aboutsummaryrefslogtreecommitdiff
path: root/src/Costasdev.Busurbano.Backend/Controllers/VigoController.cs
AgeCommit message (Expand)Author
2025-11-23Add debug lineAriel Costas Guerrero
2025-11-22feat: Enhance bus position calculation to support previous trip shapes and im...Ariel Costas Guerrero
2025-11-22Add previous_trip_shape_id field to protobuf and implement linking logiccopilot-swe-agent[bot]
2025-11-22Link previous trip shapes for GPS positioning on circular routes (#111)Copilot
2025-11-21feat: Enhance shape retrieval with bus and stop point indexing; update relate...Ariel Costas Guerrero
2025-11-21Fix data consolidationAriel Costas Guerrero
2025-11-21Remove schedule delay limit from bus matching algorithm (#109)Copilot
2025-11-21Reject running services arriving >3min early in consolidation algorithm (#108)Copilot
2025-11-21Show path from bus position to terminusAriel Costas Guerrero
2025-11-21feat: Update ConsolidatedCirculationCard to support readonly mode; enhance bu...Ariel Costas Guerrero
2025-11-19feat: Implement StopMapModal component for displaying bus stop locations with...Ariel Costas Guerrero
2025-11-18Handle GTFS times exceeding 24 hours for night services (#98)Copilot
2025-11-17Fix InvalidOperationException when stops have no real-time arrivals (#99)Copilot
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 GetConsolidatedCirculation...Ariel Costas Guerrero
2025-11-07Enhance circulation matching logic to improve accuracy by normalizing route n...Ariel Costas Guerrero
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 uniqu...Ariel Costas Guerrero
2025-11-06Skip scheduled trips with unparseable GTFS times (#71)Copilot
2025-11-06Refactor VigoController to improve real-time and scheduled circulation handli...Ariel Costas Guerrero
2025-11-06Seemingly fix algorithm (thanks copilot)Ariel Costas Guerrero
2025-11-06Move controllers, add config, read stop schedules from local directoryAriel Costas Guerrero