aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Services/Processors/VigoUsageProcessor.cs
AgeCommit message (Collapse)Author
2026-03-15Implement basic real time information for RenfeAriel Costas Guerrero
2026-03-13feat(routes): add realtime estimates panel with pattern-aware stylingAriel Costas Guerrero
- New GET /api/stops/estimates endpoint (nano mode: tripId, patternId, estimate, delay only) - useStopEstimates hook wiring estimates to routes-$id stop panel - Pattern-aware styling: dim schedules and estimates from other patterns - Past scheduled departures shown with strikethrough instead of hidden - Persist selected pattern in URL hash (replace navigation, no history push) - Fix planner arrivals using new estimates endpoint
2026-03-13Don't include usage on reduced viewAriel Costas Guerrero
2026-03-08Refactor VigoUsageProcessor to remove CSV whitelist loading; add ↵Ariel Costas Guerrero
StopUsageChart component for usage visualization in Stops page
2026-03-05Refactor deployment process to use rsync for frontend and backend, update ↵Ariel Costas Guerrero
project paths, and add CtagShuttleRealtimeEstimatesProvider and CtagShuttleStatus classes
2026-02-14feat: Implemen experimental bus stop usage displayAriel Costas Guerrero