nansencenter / django-geo-spaas

GeoDjango apps for satellite data management in Geo-Scientific Platform as a Service
GNU General Public License v3.0
20 stars 6 forks source link

Base viewer results are not paginated #98

Closed aperrin66 closed 4 years ago

aperrin66 commented 4 years ago

The list of datasets in the base_viewer app is not paginated, which will be a problem for large databases. This is especially problematic, considering that all datasets are displayed when the page is first loaded.

opsdep commented 4 years ago

There is a specific function designed for the topic that you mentioned above: https://github.com/nansencenter/django-geo-spaas/blob/be4a7316313fdb6974713a29478fa2a0250ba82c/geospaas/base_viewer/views.py#L34

opsdep commented 4 years ago

But it is not developed yet.

opsdep commented 4 years ago

@aperrin66 What is your opinion, is it correctly designed and placed in this code?