nss-evening-cohort-06 / theme-park-m3diators

theme-park-m3diators created by GitHub Classroom
3 stars 1 forks source link

Show all events operating related to current time #11

Open zoeames opened 7 years ago

zoeames commented 7 years ago

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

ghost commented 7 years ago

Wireframe

image

ghost commented 7 years ago

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()); });