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 all attractions in an area - domString function #3

Closed zoeames closed 6 years ago

zoeames commented 6 years ago

This item is for the domString function to write the attractions data to the left pane

Story

As a user, in order to explore attractions near me, I need to highlight an area of the park and see all attractions in it

Acceptance Criteria

Given user wants to see the attraction list of an area When the user clicks on an area Then all attraction names assigned to that area should be listed in the left 30% of the screen And the attraction type should be in parenthesis next to the name And the name should be a hyperlink

alexsanchez728 commented 6 years ago

imag0321

GinaAntonini commented 6 years ago

In index.html: Create div with id of "areas" Create div with id of "sidebar"

gib-bowden commented 6 years ago

Reopening - we still need to wire this up

gib-bowden commented 6 years ago

created new issue #26 to handle the click event - closing this one