| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-22 | Refactor arrivals handling and improve type definitions; reorganise components | Ariel Costas Guerrero | |
| 2025-12-22 | Implement retrieving next arrivals for a stop (scheduled only) | Ariel Costas Guerrero | |
| 2025-12-22 | Implement fetching scheduled arrivals for stop | Ariel Costas Guerrero | |
| 2025-12-19 | Implement loading stops as tiles from OTP | Ariel Costas Guerrero | |
| 2025-12-12 | Initial ultra-ñapa implementation of OTP integration | Ariel Costas Guerrero | |
| 2025-12-07 | Implement Renfe data source | Ariel Costas Guerrero | |
| 2025-12-01 | Fix some terminus formatting, add marquee-d next streets | Ariel Costas Guerrero | |
| 2025-11-30 | Refactor street name processing and remove unused stop downloader script | Ariel Costas Guerrero | |
| - Updated `street_name.py` to simplify street name handling by removing the `re_remove_street_type` regex and exception streets list, replacing them with a dictionary for name replacements. - Deleted the `download-stops.py` script from the Santiago stop downloader, which was no longer needed. - Removed the empty `.gitkeep` file from the overrides directory. - Added a new `VigoController` class to handle stop estimates and timetables, including error handling for missing data. - Introduced `LineFormatterService` to format circulation routes based on specific line conditions. | |||
| 2025-11-23 | refactor: Update date handling in VigoController and ScheduledStop for ↵ | Ariel Costas Guerrero | |
| improved accuracy | |||
| 2025-11-23 | Add debug line | Ariel Costas Guerrero | |
| 2025-11-22 | feat: Enhance bus position calculation to support previous trip shapes and ↵ | Ariel Costas Guerrero | |
| improve trip ID parsing for multiple formats | |||
| 2025-11-22 | Add previous_trip_shape_id field to protobuf and implement linking logic | copilot-swe-agent[bot] | |
| Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> | |||
| 2025-11-22 | Link previous trip shapes for GPS positioning on circular routes (#111) | Copilot | |
| Co-authored-by: Ariel Costas Guerrero <ariel@costas.dev> 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-21 | feat: Enhance shape retrieval with bus and stop point indexing; update ↵ | Ariel Costas Guerrero | |
| related components | |||
| 2025-11-21 | Fix data consolidation | Ariel Costas Guerrero | |
| 2025-11-21 | Remove schedule delay limit from bus matching algorithm (#109) | 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-21 | Reject running services arriving >3min early in consolidation algorithm (#108) | 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-21 | Show path from bus position to terminus | Ariel Costas Guerrero | |
| 2025-11-21 | feat: Update ConsolidatedCirculationCard to support readonly mode; enhance ↵ | Ariel Costas Guerrero | |
| button behavior based on GPS availability | |||
| 2025-11-19 | feat: Implement StopMapModal component for displaying bus stop locations ↵ | Ariel Costas Guerrero | |
| with live tracking; enhance styles and add interaction features | |||
| 2025-11-18 | fix fetching traffic because of date parsing | Ariel Costas Guerrero | |
| 2025-11-18 | Handle 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-17 | Fix 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-17 | Implement showing traffic density with municipal data | Ariel Costas Guerrero | |
| 2025-11-17 | Drop support for Santiago de Compostela, add collection script | Ariel Costas Guerrero | |
| 2025-11-14 | Add ShapeTraversalService for shape loading and bus position calculation | Ariel Costas Guerrero | |
| 2025-11-14 | Implement new stop schedule generation format using protobuf | Ariel Costas Guerrero | |
| 2025-11-07 | Remove unused output buffer and debug logging from ↵ | Ariel Costas Guerrero | |
| GetConsolidatedCirculations method | |||
| 2025-11-07 | Enhance circulation matching logic to improve accuracy by normalizing route ↵ | Ariel Costas Guerrero | |
| names and adding schedule delay checks | |||
| 2025-11-07 | Implement experimental consolidated circulation view | Ariel Costas Guerrero | |
| 2025-11-07 | Make "stops" page be the home (renaming only) | Ariel Costas Guerrero | |
| 2025-11-06 | Refactor GetStopArrivalsMerged to use Europe/Madrid timezone and ensure ↵ | Ariel Costas Guerrero | |
| unique trip matches | |||
| 2025-11-06 | Skip 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-06 | Refactor VigoController to improve real-time and scheduled circulation ↵ | Ariel Costas Guerrero | |
| handling; remove Confidence property from RealTimeData | |||
| 2025-11-06 | Seemingly fix algorithm (thanks copilot) | Ariel Costas Guerrero | |
| 2025-11-06 | Move controllers, add config, read stop schedules from local directory | Ariel Costas Guerrero | |
