Computer Science Major Capstone Project (CSCI4970). SNOW allows users to create geospatial boundaries on a map view and receive relevant weather notifications about alerts within those boundaries.
This will need to add the boundary data to the boundary side panel. When a checkbox for a boundary is clicked, it should send a request to the backend to update the subscribed boundaries. In the future, this should be an async request that then sends a request to retrieve all subscribed alerts on success.
All boundaries should be retrieved and displayed on the map. If we have time, and enough data, we can use the checkbox state to toggle wether the user is seeing only subscribed boundaries, or all boundaries.
This will need to add the boundary data to the boundary side panel. When a checkbox for a boundary is clicked, it should send a request to the backend to update the subscribed boundaries. In the future, this should be an async request that then sends a request to retrieve all subscribed alerts on success.
All boundaries should be retrieved and displayed on the map. If we have time, and enough data, we can use the checkbox state to toggle wether the user is seeing only subscribed boundaries, or all boundaries.