Better map data loading
DavidLemayian opened this issue · 0 comments
DavidLemayian commented
A way to load less data to the map on initial check. Possibly only the geo points. Titles + category will be loaded via an ajax API call.
Steps to achieve this:
- Load only geo points with project ids.
- Load title + category badge on pop-up.
- Load categories with related project ids. (Possibly asynchronously when filter is fired?)
Things to watch out for:
- More calls to the server.
- Asynchronous category filter will need to initiate the "Loading map" screen.
- Shareable link when category filter is an option, needs to be considered.