Skip to content

Commit

Permalink
chore: completely remove key bus route designation (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen authored Dec 16, 2024
1 parent 0a8128e commit fd5398c
Show file tree
Hide file tree
Showing 23 changed files with 254 additions and 277 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const route = {
0: "Begin",
1: "End"
},
description: "key_bus_route",
description: "frequent_bus_route",
header: "",
alerts: [],
line_id: null
Expand All @@ -70,7 +70,7 @@ const oneDirectionRoute = {
0: null,
1: "End"
},
description: "key_bus_route",
description: "frequent_bus_route",
header: "",
alerts: [],
line_id: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"id": "111",
"direction_names": { "0": "Outbound", "1": "Inbound" },
"direction_destinations": { "0": "Woodlawn", "1": "Haymarket" },
"description": "key_bus_route"
"description": "frequent_bus_route"
},
"name": "Elm St opp Haskell Ave",
"terminus?": true,
Expand Down Expand Up @@ -97,7 +97,7 @@
"id": "111",
"direction_names": { "0": "Outbound", "1": "Inbound" },
"direction_destinations": { "0": "Woodlawn", "1": "Haymarket" },
"description": "key_bus_route"
"description": "frequent_bus_route"
},
"name": "Elm St opp Haskell Ave",
"terminus?": true,
Expand Down Expand Up @@ -157,7 +157,7 @@
"id": "111",
"direction_names": { "0": "Outbound", "1": "Inbound" },
"direction_destinations": { "0": "Woodlawn", "1": "Haymarket" },
"description": "key_bus_route"
"description": "frequent_bus_route"
},
"name": "Elm St opp Haskell Ave",
"terminus?": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const route: Route = {
0: "Begin",
1: "End"
},
description: "key_bus_route",
description: "frequent_bus_route",
line_id: null
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const route = {
0: "Begin",
1: "End"
},
description: "key_bus_route",
description: "frequent_bus_route",
header: "",
alerts: [],
line_id: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const route = {
0: "Begin",
1: "End"
},
description: "key_bus_route",
description: "frequent_bus_route",
header: "",
alerts: [],
line_id: null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"0": "Harvard",
"1": "Dudley"
},
"description": "key_bus_route",
"description": "frequent_bus_route",
"color": "FFC72C"
},
"realtime": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"0": "Harvard",
"1": "Dudley"
},
"description": "key_bus_route",
"description": "frequent_bus_route",
"color": "FFC72C"
},
"realtime": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jest.mock("../../../../../helpers/use-fetch", () => ({
0: "Harvard Square",
1: "Nubian Station"
},
description: "key_bus_route",
description: "frequent_bus_route",
custom_route: false,
color: "FFC72C"
},
Expand Down Expand Up @@ -425,7 +425,7 @@ describe("parseResults", () => {
"0": "Harvard Square",
"1": "Nubian Station"
},
description: "key_bus_route",
description: "frequent_bus_route",
color: "FFC72C"
},
departure: {
Expand Down Expand Up @@ -475,7 +475,7 @@ describe("parseResults", () => {
"0": "Harvard Square",
"1": "Nubian Station"
},
description: "key_bus_route",
description: "frequent_bus_route",
color: "FFC72C"
},
departure: {
Expand Down
Loading

0 comments on commit fd5398c

Please sign in to comment.