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 list view doesn't update with loaded data? #271

Open
hawkrives opened this issue May 13, 2018 · 7 comments
Open

Building hours list view doesn't update with loaded data? #271

hawkrives opened this issue May 13, 2018 · 7 comments

Comments

@hawkrives
Copy link
Member

Before:

name: LDC
subtitle: Language and Dining Center
image: ldc-caf
category: Food

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

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

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

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

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

After:

name: LDC
subtitle: Language and Dining Center
image: ldc-caf
category: Food

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

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

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

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

breakSchedule:
  fall: []
  thanksgiving: []
  winter: []
  interim: []
  spring: []
  easter: []
  summer: []
@hawkrives
Copy link
Member Author

I already did this one? In #267?

@hawkrives
Copy link
Member Author

Step Screenshot
One First by hawkrives
Two Second by hawkrives
Three Third by hawkrives

What.

@hawkrives
Copy link
Member Author

Note that I have to wait for up to like a minute for the list to update

@hawkrives hawkrives changed the title Building hours update for LDC Building hours list view doesn't update with loaded data? May 13, 2018
@hawkrives
Copy link
Member Author

I think this can currently be seen in the Dictionary, where Write Place should say "[...] 4th Libe" but instead says "Scoville".

@drewvolz
Copy link
Member

It has updated now, fwiw.

@hawkrives
Copy link
Member Author

hawkrives commented May 14, 2018

There is still a bug here. This is very indeterminate and it is currently working for Drew, until he resets his app at which point he sees the bug again.

@drewvolz
Copy link
Member

So we now have multiple issues

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

2 participants