leebuhrmann / loGIStics

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.
1 stars 1 forks source link

Retrieve All Boundaries and Display on Map #76

Open kmedlin18m opened 7 months ago

kmedlin18m commented 7 months ago

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.