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

Weather Event Notifications #88

Open
4 tasks
maxwellvogel opened this issue Nov 29, 2022 · 0 comments
Open
4 tasks

Weather Event Notifications #88

maxwellvogel opened this issue Nov 29, 2022 · 0 comments
Labels

Comments

@maxwellvogel
Copy link
Contributor

maxwellvogel commented Nov 29, 2022

As a user, I want to receive notifications about upcoming weather events.

Tasks

  • Create user interface to select what weather events the user would like to receive notifications.
  • Create a background task that runs on a set interval, fetching the data from the API for the user last known location.
  • Create a function to check the fetched hourly forecast for the existence of the user defined notification events that did not previously exist the last time the data was fetched.
  • Create function to push a notification to user in the event a weather event is detected in the previously step.

Acceptance Criteria

  • User is able to set weather events they would like to receive notifications
  • User receives a single notification for each new upcoming weather event

@jolsen001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant