| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | bump deps 1/2 [skip ci] | Ariel Costas Guerrero | |
| 2025-11-14 | Add ShapeTraversalService for shape loading and bus position calculation | Ariel Costas Guerrero | |
| 2025-11-14 | Add Shape extraction from GTFS to new protobufs | 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-07 | Remove outdated stop overrides and examples for Vigo transit data | 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 | |
| 2025-11-06 | Fix regression on estimates name | Ariel Costas Guerrero | |
| 2025-11-06 | Begin (poorly) implementing merging scheduled and real-time data | Ariel Costas Guerrero | |
| 2025-11-03 | Show distances only whne supported | Ariel Costas Guerrero | |
| 2025-11-03 | Simplify estimates endpoint to return only arrival data (#57) | 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-10-22 | Confirm region change, make app name more consistent | Ariel Costas Guerrero | |
| 2025-10-21 | Implement new Santiago region (WIP) | Ariel Costas Guerrero | |
| 2025-09-07 | feat: Enhance development scripts and add Angular support | Ariel Costas Guerrero | |
| - Added new scripts for Angular development and formatting in package.json. - Updated workspaces to include Angular frontend. - Modified backend project file to exclude specific views from content inclusion. - Updated logging settings in appsettings.json to include HttpClient warnings. - Refactored TimetableTable component for cleaner rendering. - Removed UpdateNotification component and related service worker management code. - Simplified service worker registration in root component. - Cleaned up settings page by removing update management functionality. - Improved stoplist component structure for better readability. - Updated PWA worker to streamline caching and response handling. | |||
| 2025-08-06 | feat: Implement pull-to-refresh functionality across various components | Ariel Costas Guerrero | |
| - Added `PullToRefresh` component to enable pull-to-refresh behavior in `StopList` and `Estimates` pages. - Integrated `usePullToRefresh` hook to manage pull-to-refresh state and actions. - Created `UpdateNotification` component to inform users of available updates from the service worker. - Enhanced service worker management with `ServiceWorkerManager` class for better update handling and caching strategies. - Updated CSS styles for new components and improved layout for better user experience. - Refactored API caching logic in service worker to handle multiple endpoints and dynamic cache expiration. - Added auto-refresh functionality for estimates data to keep information up-to-date. | |||
| 2025-08-05 | Add timetable feature with caching and localization support | Ariel Costas Guerrero | |
| 2025-06-24 | Replace leaflet for maplibre, use react-router in framework mode | Ariel Costas Guerrero | |
| 2025-05-26 | Replace Azure SWA with custom server | Ariel Costas Guerrero | |
