Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can see current weather #1

Open
Scott47 opened this issue Oct 6, 2021 · 0 comments
Open

User can see current weather #1

Scott47 opened this issue Oct 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Scott47
Copy link
Member

Scott47 commented Oct 6, 2021

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

@Scott47 Scott47 added the enhancement New feature or request label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant