adzialocha / hoffnung3000

Platform for decentralized, anonymized, self-curated festivals
https://hoffnung3000.de
GNU Affero General Public License v3.0
36 stars 8 forks source link

Fix pagination #119

Closed sandreae closed 2 years ago

sandreae commented 2 years ago

https://selleo.com/til/posts/ddesmudzmi-offset-pagination-with-subquery-in-sequelize-

sandreae commented 2 years ago

This seems to fix the pagination error, don't know if there are performance downsides.

sandreae commented 2 years ago

A general related comment..... We need all to have a list of all events in order to populate the map and manage the filters properly, so we are doing a full request for this in the calendar as well.