nswalters / bear-watcher

Project for NSS: https://github.com/nss-evening-cohort-12/e12-homework/blob/master/week08.md
0 stars 0 forks source link

REQUEST - Add 'accordion' function to hide the history portion until required to be viewed. #38

Open nswalters opened 4 years ago

nswalters commented 4 years ago

User Story

As a user, when I see a bear card, I should see a collapsed section for 'history' of that specific bear which contains the list of timestamps for both successful and missed catches of fish.

AC

WHEN I view a bear card THEN I should see a horizontal bar labeled history AND That bar should be collapsable/expandable AND when expanded, show the timestamp history of the respective bear

Dev Notes