Skip to content

Commit 6002602

Browse files
authored
Merge pull request #2982 from StoDevX/bookstore
hours: Update bookstore hours per user submission
2 parents a231e31 + 96ef8ed commit 6002602

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

data/building-hours/2-1-bookstore.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ category: Supplies and Books
55
schedule:
66
- title: Hours
77
hours:
8-
# - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'}
9-
# - {days: [Sa], from: '10:00am', to: '4:00pm'}
10-
- {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '4:30pm'}
8+
- {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '6:00pm'}
9+
- {days: [Sa], from: '10:00am', to: '4:00pm'}
1110

1211
breakSchedule:
1312
fall: []

data/building-hours/2-2-convenience-store.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ category: Supplies and Books
44

55
schedule:
66
- title: Hours
7-
hours: []
8-
# - {days: [Mo, Tu, We, Th, Fr], from: '5:00pm', to: '8:00pm'}
9-
# - {days: [Sa], from: '4:00pm', to: '8:00pm'}
10-
# - {days: [Su], from: '12:00pm', to: '4:00pm'}
11-
notes: The convenience store is closed for the summer? They should be open whenever the bookstore is open.
7+
hours:
8+
- {days: [Mo, Tu, We, Th, Fr], from: '5:00pm', to: '8:00pm'}
9+
- {days: [Sa], from: '4:00pm', to: '8:00pm'}
10+
- {days: [Su], from: '12:00pm', to: '4:00pm'}
1211

1312
breakSchedule:
1413
fall: []

0 commit comments

Comments
 (0)