Skip to content

Commit

Permalink
update presets for release
Browse files Browse the repository at this point in the history
  • Loading branch information
austinjpaul committed Jan 25, 2022
1 parent c4f4fde commit 5fe30f3
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions src/presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ const TODAY = new Date().toISOString().split("T")[0];

export const configPresets = [
{
label: "June to December 2021 — Orange Line slow zones",
value: createConfigPresetValue("Orange", "Downtown Crossing", "Green Street", "2021-06-01", TODAY)
label: "Jan 12, 2022 — Red Line door problem",
value: createConfigPresetValue("Red", "Quincy Adams", "South Station", "2022-01-12")
},
{
label: "September 9, 2021 — Route 28 first day of school traffic",
label: "June 2021 to Present — Orange Line slow zones",
value: createConfigPresetValue("Orange", "Downtown Crossing", "Green Street", "2021-06-01", "2022-01-23")
},
{
label: "Sept 9, 2021 — Route 28 first day of school traffic",
value: createConfigPresetValue("28", "Mattapan Station", "Nubian Station", "2021-09-09")
},
{
label: "October 2021 — Route 22 Before Columbus Ave Bus Lanes",
value: createConfigPresetValue("22", "Jackson Square Station", "Franklin Park", "2021-10-01", "2021-10-30")
label: "Oct 19, 2021 — Route 1 bus bunching",
value: createConfigPresetValue("1", "Harvard", "Hynes Station", "2021-10-19")
},
{
label: "November 2021 — Route 22 After Columbus Ave Bus Lanes",
value: createConfigPresetValue("22", "Jackson Square Station", "Franklin Park", "2021-11-01", "2021-11-30")
label: "Oct to Nov 2021 — Route 22 Columbus Ave bus lane",
value: createConfigPresetValue("22", "Jackson Square Station", "Franklin Park", "2021-10-01", "2021-11-30")
}
/** OLD STUFF
{
Expand Down

0 comments on commit 5fe30f3

Please sign in to comment.