Skip to content

Unify series thumbnails #1401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
owi92 opened this issue Apr 15, 2025 · 0 comments
Open

Unify series thumbnails #1401

owi92 opened this issue Apr 15, 2025 · 0 comments
Labels
area:backend Everything backend related area:database The Tobira database

Comments

@owi92
Copy link
Member

owi92 commented Apr 15, 2025

With the recent addition of the "My series" table and the "Series details" page there are now three different places where the thumbnail stack for series is shown (the third one being in the search results). Each of these uses a different mechanism of prodiving these thumbnails and without a specific and enforced ordering we can't be sure that they will always match. One of these was previously ordered by the event creation date, ascending.

We should apply that to each instance (right now it's been disabled). Doing so is easy enough for the former two but a little more involved for the search results. This will need at least a new database migration and possibly an index rebuild.

@owi92 owi92 added area:backend Everything backend related area:database The Tobira database labels Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:backend Everything backend related area:database The Tobira database
Projects
None yet
Development

No branches or pull requests

1 participant