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

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

"Out of Order" rides should not appear in attraction list #25

Open zoeames opened 7 years ago

zoeames commented 7 years ago

Story

As a user, when I see attractions, I should not see any "out of order" rides or rides that are currently under maintenance.

Acceptance Criteria

Given the user is viewing the attraction list When there are "out of order" rides or rides that are currently under maintenance Then all valid attractions that should be listed in the left 30% of the screen EXCEPT for any "out of order" rides or rides currently under maintenance And the attraction type should be in parenthesis next to the name And the name should be a hyperlink

Matthensley777 commented 7 years ago

In domString for left part of screen


if  (out-of-order) {
hideclass;
} ```