Purpose
Implement client-side caching for spatial point data to significantly improve application performance and reduce redundant data loading. Currently, each page with a map loads point data from the server every time. This enhancement will introduce a reactive front-end cache that stores point data after the initial load, allowing subsequent map interactions and page navigation to utilize cached data instead of making repeated API calls. This will result in faster page loads, reduced server load, and improved user experience across all map-based pages.
Track time against: https://foundryspatial.atlassian.net/browse/BCWAT-124
Considerations
Completion Criteria
Additional context