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

theme-park-misc created by GitHub Classroom
0 stars 0 forks source link

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

Closed zoeames closed 6 years ago

zoeames commented 6 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 👌
GinaAntonini commented 6 years ago

Install the TimePicker widget from the above link.

in index.html: -Create a div with the id "time"

in events.js: -$('#time').bootstrapMaterialDatePicker({ date: false });

alexsanchez728 commented 6 years ago

https://github.com/T00rk/bootstrap-material-datetimepicker the repo