carls-app / carls

Everything Carleton, now in your pocket.
MIT License
7 stars 2 forks source link

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

Open hawkrives opened 6 years ago

hawkrives commented 6 years ago

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 commented 6 years ago

I already did this one? In #267?

hawkrives commented 6 years ago
Step Screenshot
One First by hawkrives
Two Second by hawkrives
Three Third by hawkrives

What.

hawkrives commented 6 years ago

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

hawkrives commented 6 years ago

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

drewvolz commented 6 years ago

It has updated now, fwiw.

hawkrives commented 6 years ago

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 commented 6 years ago

So we now have multiple issues