Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building hours update for Burton #327

Open
hawkrives opened this issue Sep 19, 2020 · 0 comments
Open

Building hours update for Burton #327

hawkrives opened this issue Sep 19, 2020 · 0 comments

Comments

@hawkrives
Copy link
Member

Before:

name: Burton
image: burton-tea-room
category: Food

schedule:
  - title: Breakfast
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: '7:30am', to: '10:00am'}

  - title: Brunch
    hours:
      - {days: [Sa, Su], from: '11:30am', to: '1:00pm'}

  - title: Lunch
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: '11:30am', to: '1:30pm'}

  - title: Dinner
    hours:
      - {days: [Mo, Tu, We, Th, Fr, Sa, Su], from: '5:45pm', to: '8:00pm'}

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

After:

name: Burton
image: burton-tea-room
category: Food

schedule:
  - title: Breakfast
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: '7:30am', to: '10:00am'}

  - title: Brunch
    hours:
      - {days: [Sa, Su], from: '11:00am', to: '3:00pm'}

  - title: Lunch
    hours:
      - {days: [Mo, Tu, We, Th, Fr], from: '11:00am', to: '3:00pm'}

  - title: Dinner
    hours:
      - {days: [Mo, Tu, We, Th, Fr, Sa, Su], from: '4:00pm', to: '8:00pm'}

breakSchedule:
  fall: []
  thanksgiving: []
  winter: []
  interim: []
  spring: []
  easter: []
  summer: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant