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

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

User should be able to see events open at a specific time #6

Open zoeames opened 7 years ago

zoeames commented 7 years ago

Story

As a user, in order plan my trip through the park, I need to be able to see which events are open at a particular hour of the day

Acceptance Criteria

Given the user wants to see all events operating at a specific hour When the user performs a gesture on a time selection element above the park grid 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

Technical Resource

  1. You can use Bootstrap Material DatePicker's Time Picker widget if you like. It 👌
ghost commented 7 years ago

In dom.js:

Time Picker Code

$('#time').bootstrapMaterialDatePicker({ date: false });

ghost commented 7 years ago

Wireframe

image

ghost commented 7 years ago

Click event for Attraction Schedule Widget that will write the times under the description in the left panel...

domstring to loop through times and function to print the attractions happening at selected time...

Make the attraction name a hyperlink

put the area name in parentheses next to the attraction