Open Room does not appear to be pulling hours from Alma. A student was trying to make a
reservation for dead week and it said all the rooms were closed. I am manually plugging in
hours for the rest of the month until we can get a fix. I am concerned that reservations
previously placed during this time period have been wiped out. Or I just didn't see the mess
earlier? I don't know.
Descriptive summary
From asana:
Expected behavior
During special hours, room reservations should show as "open" or "close" based on special hour blocks (they could be multiple) from OSULP API instead of the standard hours. It could pull from https://github.com/osulp/API/blob/master/app/services/api/open_and_special_hours_xml_to_json_parser.rb#L278
Actual behavior
Hours that occur during special hours show up as closed when it should be open.
Steps to reproduce the behavior
2019-3-17
from the calendar if it's not selected by defaultRelated work
The workaround for now is to add these special hours in the 'Cleaning Schedule'.
Related work from the api. https://github.com/osulp/API/pull/71