Skip to content

[ferry]: Winthrop, Quincy ferries are missing their stops on /stops#3277

Open
lvachon1 wants to merge 1 commit into
mainfrom
lev/fix/ferry/missing_stops
Open

[ferry]: Winthrop, Quincy ferries are missing their stops on /stops#3277
lvachon1 wants to merge 1 commit into
mainfrom
lev/fix/ferry/missing_stops

Conversation

@lvachon1

@lvachon1 lvachon1 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Scope

Asana Ticket: ⛴️ Winthrop, Quincy ferries are missing their stops on /stops

Implementation

Routes Boat-F6 and Boat-F7 have no stops when direction_id = 0 in the API. We default to direction 0 when listing stops on the stops page. This change defaults to direction 1 instead. Should the API be updated?

API direction_id=1: https://api-v3.mbta.com/stops?filter%5Broute%5D=Boat-F6&filter[direction_id]=1
API direction_id=0: https://api-v3.mbta.com/stops?filter%5Broute%5D=Boat-F6&filter[direction_id]=0
Boat-F7 shows the same

Screenshots

Screenshot 2026-06-22 at 11 19 23 AM

How to test

http://localhost:4001/stops/ferry#ferry-tab

Confirm that the Winthrop and Quincy ferries have their stops listed on the stop page
Confirm that all other lines still show their stops now that we've revered the direction

… API. We default to direction 0 when listing stops on the stops page. This change defaults to direction 1 instead. Should the API be updated?
@lvachon1 lvachon1 requested a review from a team as a code owner June 22, 2026 15:20
@lvachon1 lvachon1 requested a review from thecristen June 22, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant