Skip to content

stops-for-route unexpectedly changes behavior based on day #245

Open
@AlexKven

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:
image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions