StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Building hours update for Bookstore #7102

Closed hawkrives closed 4 months ago

hawkrives commented 4 months ago

Before:

name: Bookstore
image: bookstore
category: Supplies and Books

schedule:
  - title: Hours
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: 8:00am, to: 5:00pm}
      - {days: [Sa], from: 10:00am, to: 4:00pm}
      - {days: [Su], from: 10:00am, to: 2:00pm}

breakSchedule:
  fall: []
  thanksgiving: []
  winter: []
  interim: []
  spring: []
  easter: []
  summer: []

After:

name: Bookstore
image: bookstore
category: Supplies and Books

schedule:
  - title: Hours
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: 8:00am, to: 5:00pm}
      - {days: [Sa], from: 10:00am, to: 3:00pm}

breakSchedule:
  fall: []
  thanksgiving: []
  winter: []
  interim: []
  spring: []
  easter: []
  summer: []