NSS-Day-Cohort-49 / react-nutshell-state-slingers

react-nutshell-state-slingers created by GitHub Classroom
0 stars 1 forks source link

User can see current weather #12

Open JoeShep opened 3 years ago

JoeShep commented 3 years ago

Story

As a user, I should be able to see the weather for today, or for a specific event

Acceptance Criteria

Given the user has authenticated When the dashboard component is rendered Then the user should see a component that displays the weather for the current date

Given the user has authenticated When the user has performed a gesture on the "Show Weather" affordance in an event representation Then the user should see the weather forecast for the date of that event

Given the user has authenticated When the user has performed a gesture on the "Show Weather" affordance in an event representation And the date of the event is too far in the future to have a weather forecast Then the user should see the weather for the current date And be notified that a weather forecast for the date of the event cannot be determined

luzm321 commented 3 years ago

-Related to Issue #3 -Events component displaying weather for current date -Affordance button to display weather forecast for specific event -Conditional if event is too far out in the future, weather forecast will display for current date instead with notification that weather for specified event is not determined.