Skip to content

Commit

Permalink
Col/rl july update (#77)
Browse files Browse the repository at this point in the history
* adjusted dates for Alewife-Kendall/MIT shutdown with new alert link

* Version with 4 shutdown definitions (3 weekend, 1 all)
  • Loading branch information
clay-ol authored Jun 25, 2024
1 parent 2438eb6 commit 7e1c82e
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions src/constants/shutdowns.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"stop_date": "2024-01-28",
"alert": "https://www.mbta.com/alerts"
},

{
"start_station": "Copley",
"end_station": "Cleveland Circle",
Expand Down Expand Up @@ -220,12 +219,33 @@
"stop_date": "2024-06-30",
"alert": "https://www.mbta.com/news/2024-05-20/june-service-changes-mbta-continues-repair-work-improve-reliability-across-the"
},
{
"start_station": "Kendall/MIT",
"end_station": "Park Street",
"start_date": "2024-07-13",
"stop_date": "2024-07-14",
"alert": "https://www.mbta.com/news/2024-06-18/july-service-changes-mbta-continues-repair-work-improve-reliability-across-the"
},
{
"start_station": "Kendall/MIT",
"end_station": "Park Street",
"start_date": "2024-07-20",
"stop_date": "2024-07-21",
"alert": "https://www.mbta.com/news/2024-06-18/july-service-changes-mbta-continues-repair-work-improve-reliability-across-the"
},
{
"start_station": "Kendall/MIT",
"end_station": "Park Street",
"start_date": "2024-07-27",
"stop_date": "2024-07-28",
"alert": "https://www.mbta.com/news/2024-06-18/july-service-changes-mbta-continues-repair-work-improve-reliability-across-the"
},
{
"start_station": "Alewife",
"end_station": "Kendall/MIT",
"start_date": "2024-07-08",
"stop_date": "2024-07-23",
"alert": "https://www.mbta.com/alerts"
"start_date": "2024-07-13",
"stop_date": "2024-07-28",
"alert": "https://www.mbta.com/news/2024-06-18/july-service-changes-mbta-continues-repair-work-improve-reliability-across-the"
},
{
"start_station": "JFK/UMass (Braintree)",
Expand Down Expand Up @@ -379,4 +399,4 @@
"alert": "https://www.mbta.com/news/2024-03-15/april-service-changes-mbta-continues-work-improve-reliability-across-the-system"
}
]
}
}

0 comments on commit 7e1c82e

Please sign in to comment.