ConservationMetrics / map-packer

A Nuxt app to allow users to generate and manage offline map requests to mapgl-tile-renderer
MIT License
3 stars 0 forks source link

Implement database pagination and scroll-based loading for MapDashboard #32

Closed rudokemper closed 1 month ago

rudokemper commented 1 month ago

Goal

Closes #29. The goal here is to implement cursor-based database pagination on the back end, and scroll-based loading to trigger more requests to load to the page.

What I changed