Open zoeames opened 7 years ago
Wireframe
Use this code snippet for the time picker using the event example: http://jonthornton.github.io/jquery-timepicker/
$('#onselectExample').timepicker(); $('#onselectExample').on('changeTime', function() { $('#onselectTarget').text($(this).val()); });
Story
As a user, when I enter the park I should see all events operating related to my current time.
Acceptance Criteria
Given the user enters the park (opens the app) and wants to see all events operating at the current hour. When the user opens the app. Then all attractions that operate at that hour should be listed in the left 30% of the screen And the park location should be in parenthesis next to the name And the name should be a hyperlink