Skip to content

Commit 211133f

Browse files
committed
change pause hours to one-day-per-line
1 parent 577925b commit 211133f

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

data/building-hours/1-2-pause-kitchen.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ schedule:
66
- title: Daylight
77
notes: The late night menu starts at 9 p.m.
88
hours:
9-
- {days: [Mo, We], from: '10:30am', to: '12:00am'}
9+
- {days: [Mo], from: '10:30am', to: '12:00am'}
10+
- {days: [Tu], from: '11:30am', to: '12:00am'}
11+
- {days: [We], from: '10:30am', to: '12:00am'}
12+
- {days: [Th], from: '11:30am', to: '12:00am'}
1013
- {days: [Fr], from: '10:30am', to: '9:00pm'}
1114
- {days: [Sa], from: '11:30am', to: '9:00pm'}
12-
- {days: [Su, Tu, Th], from: '11:30am', to: '12:00am'}
15+
- {days: [Su], from: '11:30am', to: '12:00am'}
1316

1417
- title: Late Night
1518
hours:

docs/building-hours.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,32 @@
8686
"hours": [
8787
{
8888
"days": [
89-
"Mo",
89+
"Mo"
90+
],
91+
"from": "10:30am",
92+
"to": "12:00am"
93+
},
94+
{
95+
"days": [
96+
"Tu"
97+
],
98+
"from": "11:30am",
99+
"to": "12:00am"
100+
},
101+
{
102+
"days": [
90103
"We"
91104
],
92105
"from": "10:30am",
93106
"to": "12:00am"
94107
},
108+
{
109+
"days": [
110+
"Th"
111+
],
112+
"from": "11:30am",
113+
"to": "12:00am"
114+
},
95115
{
96116
"days": [
97117
"Fr"
@@ -108,9 +128,7 @@
108128
},
109129
{
110130
"days": [
111-
"Su",
112-
"Tu",
113-
"Th"
131+
"Su"
114132
],
115133
"from": "11:30am",
116134
"to": "12:00am"

0 commit comments

Comments
 (0)