Skip to content

Voting Record Pagination

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 10 Mar 03:14
· 63 commits to main since this release

As more and more data has been added to and processed by our Seattle production instance we noticed that an individual person's voting record was unable to load (and drastically slowed page render) because of how many votes we now have in the database.

This fixes the voting record by paginating votes. Additionally, voting records now have some sort of grouping. The user can't change the grouping but votes are now always grouped by event, so if 10 votes all occurred in the same event, they will all be grouped together in the voting record.

More options for filtering and sorting and ordering to come.

Additionally app localization has been added but still needs some minor positioning work. However it is in! While the data in the instance is still only in English, this does hint at our goal of being able to fully support multi-language data.

What's Changed

Full Changelog: v3.0.5...v3.0.6