saladenicoise / SOEN-487-Galactus

Final Project for SOEN 487
4 stars 1 forks source link

User story: Communication between Data service and Alert/Notification service #4

Closed eyeshield2110 closed 1 year ago

eyeshield2110 commented 1 year ago

Requirements

Notification service

Description

This is a service that sends user daily weather notification based on their location and schedule preference (a user-chosen time in the day where they receive weather info)

Steps

TODO

Alert service

Description

This is a background process that's gonna query the Data service every 5 minutes (arbitrary choice) using a job scheduler to check for weather alerts that users are subscribed to.

Prerequisites