TrevorEdwards / bigredapp-android

Informational Android app for Cornell University.
https://play.google.com/store/apps/details?id=is.genki.bigredapp.android&hl=en
MIT License
14 stars 8 forks source link

Brunch Menus #49

Closed Kairi700 closed 8 years ago

Kairi700 commented 9 years ago

It seems like on the weekends all of the dining halls have the same brunch menu displayed. I noticed this from the past two weekends, and I think the same menu was displayed for brunch for both weekends. The menu also didn't seem to be served at any of the dining halls? (Can't confirm this though.)

ghost commented 9 years ago

Okay this definitely seems like something to be looked into. I'm going to be holding off a bit on handling issues because Cornell released https://now.dining.cornell.edu/eateries which seems to more than feature-match our needs for the moment... Too bad it's not open source though... ;_; It's easy to sniff the API they're using too: https://now.dining.cornell.edu/api/1.0/dining/eateries.json So we might switch to using that if we decide to keep going with this.

TrevorEdwards commented 8 years ago

Switched to a webview directly using now.dining.cornell.edu (at Cornell Dining's request) in https://github.com/TrevorEdwards/bigredapp-android/commit/0c257165ef02dfd49bf0a12718b8a6dbd9246540 , so this is resolved.