uWaterloo / OpenData

Help and Support for University of Waterloo Open Data Initiative
https://api.uwaterloo.ca
90 stars 12 forks source link

Special Hours do not match Food Services website #154

Closed zachomedia closed 9 years ago

zachomedia commented 9 years ago

Bon Appetit (according to https://uwaterloo.ca/food-services/locations-and-hours) has the following hours:

December 15, 2014: 10:30 am to December 19, 2014: 2:30 pm

However, the API only returns special hours for December 15 (ignoring the 5 hour difference logged in #153):

[
{
"closing_hour":
"19:30",
"date":
"2014-12-15",
"opening_hour":
"15:30"
}
]
nathanv commented 9 years ago

Fixed upstream by reporting all days instead of just the first day of the exception (except if the exception is one day only).