stops-for-route unexpectedly changes behavior based on day #245
Open
Description
In version 2.0.39 (PR #240 ), the behavior of stops-for-route was changed to only show stops that a route serves on that particular day. This is an understandable change to avoid confusion for routes that don't serve all stops on weekends, but it causes buggy behavior in consumers of the API, who have come to expect this API to return all stops of a route period.
For example, this is what I get when I use the app on a Sunday (for planning a trip, for example) to look up a weekday-only route:
I see some value in filtering the stops by day, but I think that should be optional and based on a query parameter, not forced.
Metadata
Assignees
Labels
No labels